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
Disconnect behavior
We should have the library implement a couple of disconnect behaviors: (1) retry on disconnect; (2) exit on disconnect.
A reasonable default could be to retry and check an env variable to change the behavior to exit ?
Status endpoint
Somewhat related is sending a report status on some standard topic (e.g. scene_topic/p/<program-id>/status). Essentially just reporting if the program is alive and some status/data that could be useful for debugging (list of users/objects, ...) ?
These could be periodic or triggered by a message on the topic.
The text was updated successfully, but these errors were encountered:
Disconnect behavior
We should have the library implement a couple of disconnect behaviors: (1) retry on disconnect; (2) exit on disconnect.
A reasonable default could be to retry and check an env variable to change the behavior to exit ?
Status endpoint
Somewhat related is sending a report status on some standard topic (e.g.
scene_topic/p/<program-id>/status
). Essentially just reporting if the program is alive and some status/data that could be useful for debugging (list of users/objects, ...) ?These could be periodic or triggered by a message on the topic.
The text was updated successfully, but these errors were encountered: