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 tells users to expose port 9933 as the websocket port. Port 9933 is the default http port, not ws. If we don't fix this users will have a bad time.
To fix: in Quickstart, change 9933:9933 to 9944:9944 .
The text was updated successfully, but these errors were encountered:
The readme tells users to expose port 9933 as the websocket port. Port 9933 is the default http port, not ws. If we don't fix this users will have a bad time.
To fix: in Quickstart, change 9933:9933 to 9944:9944 .
The text was updated successfully, but these errors were encountered: