oatpp / oatpp-websocket

oatpp-websocket submodule.

Home Page:https://oatpp.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting list of connected WebSockets

npastuh0v opened this issue · comments

Hello. I am writing a server that sends data to multiple users at the same time. I have an idea to store a container with websockets and iterate through them to send data to all connected users. There is such a question: is it possible to get a list of clients connected to my server by means of the library, or, at least, to search through the container by means of the std library? Thanks)

commented

please check async example with rooms and peers