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
Hi
The problem I'm facing is checking if service emitting signals went dark. There seems to not be any event emitted when interface goes down. To make problem worse when service goes back up properties.on("SendBrightness", ()=>{}); does not work anymore.
What I'm doing to circumvent this problem is registering listener on brightness service as usual:
Hi
The problem I'm facing is checking if service emitting signals went dark. There seems to not be any event emitted when interface goes down. To make problem worse when service goes back up
properties.on("SendBrightness", ()=>{});
does not work anymore.What I'm doing to circumvent this problem is registering listener on brightness service as usual:
but then listening on the bus for messages:
This allows me to listen to messages when service reconnects.
Is there any event I'm missing?
Thanks for help
The text was updated successfully, but these errors were encountered: