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
{{ message }}
This repository was archived by the owner on May 27, 2021. It is now read-only.
I would like my server to send a message to all the open connections.
In order to do so I think I need to loop on active streams. How can this be done?
Thanks!
ps: sorry for all these issues, I don't know how else to contact you.
The text was updated successfully, but these errors were encountered:
There isn't a way to do this if I recall. Unless I'm forgetting an actual reason this wasn't added, the functionality should be trivial to add by implementing two functions: One to get the first stream in the list and another to get the next stream of the stream passed to it. Alternatively you could store a vector in your own code of the current streams.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like my server to send a message to all the open connections.
In order to do so I think I need to loop on active streams. How can this be done?
Thanks!
ps: sorry for all these issues, I don't know how else to contact you.
The text was updated successfully, but these errors were encountered: