You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to add a function to allow a DRP_Service instance to update its own status. The update should then be propagated similar to how the TopologyTracker AddService and RemoveService functions work.
let updateServicePacket = new DRP_TopologyPacket(thisNode.NodeID, "update", "service", serviceInstanceID, ...); thisNode.TopologyTracker.ProcessPacket(updateServicePacket , thisNode.NodeID);
The text was updated successfully, but these errors were encountered:
Need to add a function to allow a DRP_Service instance to update its own status. The update should then be propagated similar to how the TopologyTracker AddService and RemoveService functions work.
let updateServicePacket = new DRP_TopologyPacket(thisNode.NodeID, "update", "service", serviceInstanceID, ...); thisNode.TopologyTracker.ProcessPacket(updateServicePacket , thisNode.NodeID);
The text was updated successfully, but these errors were encountered: