-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get a list of opened sessions ? #58
Comments
@jagernicolas brynet/examples/HttpServer.cpp Lines 40 to 53 in 4879414
When session enter, We can push And, we can use brynet/examples/HttpServer.cpp Lines 69 to 71 in 4879414
|
also add some code in this: brynet/examples/BenchWebsocket.cpp Lines 56 to 82 in 4879414
|
Hi @IronsDu ,
I will make a short example, would you me to share it with you ? I could make a PR when it's done (today or tomorrow) |
nevermind, I just saw that your example thx @IronsDu for your quick support! |
Thank you. You can make a PR for this example. |
Hi,
I'd like to send messages from the server to every client connected (using websocket). I don't see how to do that. I was expecting to find a list with all the sessions opened.
there is a way to send messages to each client from the server (using websocket) ?
thx
The text was updated successfully, but these errors were encountered: