1c3t3a / rust-socketio

An implementation of a socket.io client written in the Rust programming language.
MIT License
402 stars 70 forks source link

Does it support rooms in SocketIO ? #447

Open aminballoon opened 2 months ago

aminballoon commented 2 months ago

I came to inquire about status of Rooms feature how about that ??

ashkuc commented 1 month ago

Hi @aminballoon,

Just passing by, but it looks like that the rust-socketio library is for the client side, while rooms are a server-side feature in Socket.IO. The client doesn’t directly manage rooms; it's handled entirely by the server.