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.
1 parent 60b2960 commit 1e9f241Copy full SHA for 1e9f241
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