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 wsConnect(), changeURLPort() is called by default, which forces the port to 3000. It should follow the port set in the BaseURL or have an option to not call it at all.
Also there is no way to change from ws:// to wss://
The text was updated successfully, but these errors were encountered:
In
wsConnect()
,changeURLPort()
is called by default, which forces the port to 3000. It should follow the port set in the BaseURL or have an option to not call it at all.Also there is no way to change from
ws://
towss://
The text was updated successfully, but these errors were encountered: