Forum Discussion
covfefe
Occasional Contributor
4 years agosystem-console, close_service not working?
Hello,
I am trying to close_service & claim_service (to handle disconnected devices).
Unfortunately I am unable to make it work.
How can I close_service pathA, then claim_service pathA ?
...
sstrell
Super Contributor
4 years agoclose_service has to point to the claim path, not the service path (in your case, the master service path).
claim_service will point to the master service path.