You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's hard to tell whether Client is intended to take a namespace argument or not, since it appears to always disconnect all namespaces. I get the impression that ClientNamespace.disconnect() should probably not refer to namespaces at all.
The text was updated successfully, but these errors were encountered:
ClientNamespace
does this:python-socketio/socketio/namespace.py
Lines 184 to 191 in 1fb1f6d
but
Client
doesn't take anamespace
keyword argument:python-socketio/socketio/client.py
Lines 329 to 337 in 1fb1f6d
It's hard to tell whether
Client
is intended to take anamespace
argument or not, since it appears to always disconnect all namespaces. I get the impression thatClientNamespace.disconnect()
should probably not refer to namespaces at all.The text was updated successfully, but these errors were encountered: