ClientNamespace calls Client.disconnect incorrectly · Issue #259 · miguelgrinberg/python-socketio · GitHub
Skip to content

ClientNamespace calls Client.disconnect incorrectly #259

Description

@sambrightman

ClientNamespace does this:

but Client doesn't take a namespace keyword argument:

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.

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions