pyropy / fastapi-socketio

Easily integrate socket.io with your FastAPI app 🚀
Apache License 2.0
328 stars 31 forks source link

any way to join rooms? #19

Closed ST2-EV closed 3 years ago

ST2-EV commented 3 years ago

i see that i can emit to specific room but no way to join clients to certain rooms. Any help would be appreciated

pyropy commented 3 years ago

@ST2-EV Thanks for reporting this. I've noticed that I've missed to implement that. Sorry for keeping you waiting this long, I'll get onto this asap.

pyropy commented 3 years ago

@ST2-EV New version of package is up, let me know if it resolved your issue.

ST2-EV commented 3 years ago

Yeah looks good...thanks