Hi ,please look at this trouble. dotnet demo cannt connect selfhost I just fixed the MasterServer Address, this.MasterServerAddress = "XX.XX.XX.XXX:5055";
Hi @JohnTube , I use .net version is v4.1.2.14. demo loadbalancing my selfhost server version is 4.0.29.11263 The class is DemoClient , I debug the host server code,the client nerver connected to server.the StatusCode is "DisconnectByServerReasonUnknown" I just change the this.MasterServerAddress to my server address
Comments
What .NET SDK version are you using?
What demo are you referring to? what class?
What error do you see?
I use .net version is v4.1.2.14.
demo loadbalancing
my selfhost server version is 4.0.29.11263
The class is DemoClient ,
I debug the host server code,the client nerver connected to server.the StatusCode is "DisconnectByServerReasonUnknown"
I just change the this.MasterServerAddress to my server address
I see.
This is probably an issue with the serialization protocol.
before connecting do this: or Read more here.