turicfr
Results
2
comments of
turicfr
Thanks for the fast response! I'm able to reproduce the problem with the following example client and server: ```python import socketio sio = socketio.Client(logger=True, engineio_logger=True) sio.connect("http://localhost:8000") ``` ```python import socketio...
Any progress on this?