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
It'd be nice to be able to support connections to a port with relative URLs.. for example:
s = $websocket('ws://localhost:8080')
s.setUri('/user').send("LOGIN " + user) //using the current socket, send to uri localhost:8080/user
...
s.setUri('/main').send("LIST " request_body) // later, using the same socket, send to uri localhost:8080/main
The text was updated successfully, but these errors were encountered:
It'd be nice to be able to support connections to a port with relative URLs.. for example:
The text was updated successfully, but these errors were encountered: