Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

add register_namespace property #35

@TomW1605

Description

@TomW1605

this is to allow the registration of class based namespaces as described in the docs: python-socketio: Class-Based Namespaces

simply add this to the end of socket_manager.py

@property
def register_namespace(self):
    return self._sio.register_namespace

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions