We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60b2960 + 1e9f241 commit 4d64f5eCopy full SHA for 4d64f5e
README.md
@@ -43,7 +43,7 @@ public class Connection : MonoBehaviour
43
// Start is called before the first frame update
44
async void Start()
45
{
46
- websocket = new WebSocket("ws://localhost:2567");
+ websocket = new WebSocket("ws://localhost:3000");
47
48
websocket.OnOpen += () =>
49
0 commit comments