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://
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://