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
I am working on a websocket widget wsWidget and need some advice/guidance
The 2 key things I want on the first pass are
establish a nailed up websocket based on the provided url in the wsWidget json fragment, the websocket would be in a pool managed by stac and not get recreated over and over, you could have multiple websockets as long as they have different urls
ADVICE here is were I could really use some guidance ... one of the 'commands' that can come down over the websocket would be networkWidgetReload:name ... and this should somehow trigger the identified networkWidget to reload.
I don't think there is any listener/observer/setstate type thing floating around in stac yet ... any advice here on a good way to go about this?
The text was updated successfully, but these errors were encountered:
I am working on a websocket widget wsWidget and need some advice/guidance
The 2 key things I want on the first pass are
establish a nailed up websocket based on the provided url in the wsWidget json fragment, the websocket would be in a pool managed by stac and not get recreated over and over, you could have multiple websockets as long as they have different urls
ADVICE here is were I could really use some guidance ... one of the 'commands' that can come down over the websocket would be networkWidgetReload:name ... and this should somehow trigger the identified networkWidget to reload.
I don't think there is any listener/observer/setstate type thing floating around in stac yet ... any advice here on a good way to go about this?
The text was updated successfully, but these errors were encountered: