You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In stream.js, if the environment is a browser with native websocket support and the options object is used, protocols is always null.
This means that the library user can't set the protocol. In my case, this actually means I can't connect to the websocket server (Mosquitto via libwebsockets).
The text was updated successfully, but these errors were encountered:
In
stream.js
, if the environment is a browser with native websocket support and theoptions
object is used,protocols
is alwaysnull
.This means that the library user can't set the protocol. In my case, this actually means I can't connect to the websocket server (Mosquitto via libwebsockets).
The text was updated successfully, but these errors were encountered: