Skip to content

Incorrect args in TornadoWebSocketClient constructor #25

@gentimouton

Description

@gentimouton

The constructor of TornadoWebSocketClient calls the constructor of WebSocketBaseClient with version=..., but WebSocketBaseClient.__init__ only supports extensions as an extra arg, and not version.

https://github.com/Lawouach/WebSocket-for-Python/blob/master/ws4py/client/tornadoclient.py#L14

https://github.com/Lawouach/WebSocket-for-Python/blob/master/ws4py/client/\_\_init\_\_.py#L18

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