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 15d820c commit 8854eb2Copy full SHA for 8854eb2
Assets/Colyseus/Runtime/Example~/Scripts/NetworkManager.cs
@@ -29,7 +29,7 @@ public ColyseusClient Client
29
get
30
{
31
// Initialize Colyseus client, if the client has not been initiated yet or input values from the Menu have been changed.
32
- if (_client == null || !_client.Endpoint.Uri.ToString().Contains(_menuManager.HostAddress))
+ if (_client == null || !_client.Settings.WebRequestEndpoint.Contains(_menuManager.HostAddress))
33
34
Initialize();
35
}
0 commit comments