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
The README.md says that the websocket URL is ws://localhost/ws by default, but it is actually on port 8989 as well, so the correct default URL for the websocket is ws://localhost:8989/ws or ws://<ipaddress>:8989/ws.
It would save a few minutes of confusion and Googling if the README were updated. Thanks!
The text was updated successfully, but these errors were encountered:
The README.md says that the websocket URL is
ws://localhost/ws
by default, but it is actually on port 8989 as well, so the correct default URL for the websocket isws://localhost:8989/ws
orws://<ipaddress>:8989/ws
.It would save a few minutes of confusion and Googling if the README were updated. Thanks!
The text was updated successfully, but these errors were encountered: