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
while using websocket I was finding the host and port were getting stripped from the URL I was using. It looks like the parseurl("") function is updating the Opaque value rather than the Path; was that intentional? A PR is on its way if it helps