Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service Status Update Function #113

Open
adhdtech opened this issue Jul 28, 2020 · 0 comments
Open

Service Status Update Function #113

adhdtech opened this issue Jul 28, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@adhdtech
Copy link
Owner

adhdtech commented Jul 28, 2020

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);

@adhdtech adhdtech added the enhancement New feature or request label Jul 28, 2020
@adhdtech adhdtech added this to the Protocol Maintenance milestone Jul 28, 2020
@adhdtech adhdtech self-assigned this Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant