Home Forums Support Problem with single server/multiple clients Reply To: Problem with single server/multiple clients

#2730
Anonymous
Inactive

I have found that setting NetworkComms.ConnectionEstablishTimeoutMS sufficiently high on both the client and server will allow the example above to work, although it takes a long time for most connections to establish (the more clients, the longer). It was set to 10000 ms by default, instead of the 30000 ms documented in the API reference. Even so, it seems strange to me that many simultaneous connections should incur such a hefty delay. Is this normal? And if not, how can I prevent it?

  • This reply was modified 10 years ago by .