Hi,
For a TsgcWebSocketServer_HTTPAPI instance: Connection A is established with a client Z. Client Z sends data to Connection A via OnBinary. If Client Z sends another message via Connection A, will that message always be delivered on the same thread as the first message?
Are there any circumstances in which the same Connection A could be processed on multiple threads at the same time?
Thanks,
David
For a TsgcWebSocketServer_HTTPAPI instance: Connection A is established with a client Z. Client Z sends data to Connection A via OnBinary. If Client Z sends another message via Connection A, will that message always be delivered on the same thread as the first message?
Are there any circumstances in which the same Connection A could be processed on multiple threads at the same time?
Thanks,
David