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
Now I can call /stream in the client to listen to events, but I need to call /api/get/statusupdate first which is a workaround. Is it possible to do this withiout calling /api/get/statusupdate and directly output some data on the event endpoint?
The text was updated successfully, but these errors were encountered:
I am trying to generate a continous event stream with this library.
I get this to work by using an endpoint which has to be called by the client which looks like:
I am configuring the plugin with this:
Now I can call /stream in the client to listen to events, but I need to call
/api/get/statusupdate
first which is a workaround. Is it possible to do this withiout calling/api/get/statusupdate
and directly output some data on the event endpoint?The text was updated successfully, but these errors were encountered: