-
-
Notifications
You must be signed in to change notification settings - Fork 627
Closed
Labels
Description
I have a nodejs server and I want to connect to my python client. When the client sends a request to a specific URL, nodejs sends data to the python client and python sends a response back to nodejs. I use socketio for nodejs server and python socketio for python client. Unfortunately, the python-socketio client doesn't support rooms. Then when I send two requests with different data, responses are displaced. I'm trying to find a way to solve this problem. Any help would be appreciated.