Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use a non-SSL websocket connection if http:// was specifies
The code currently only supports SSL-secured websocket connections, which means the SDK doesn't support testing self-hosted deployments when running on the self-hosted server itself (i.e. `ws://` connections). This change updates the code to use `ws://` rather than `wss://` when the user specifies `http://` in their `api_url`.
- Loading branch information