Skip to content

SockJSConnection.on_open return value is ignored #99

@kupuguy

Description

@kupuguy

The documentation for SockJSConnection.on_open says "If you return False, connection will be rejected", but in fact the only call to on_open in session.py/ConnectionInfo.verify_state ignores the returned value:

        self.conn.on_open(self.conn_info)

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