Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pass protocols to ws again (crossbario#344)
The constructor for ws looks like this: constructor (address, protocols, options) So we have to call it appropriately like this: WebSocket(self._options.url, protocols, options)
- Loading branch information