In a multi-client/server system is it necessary to buffer the data coming into the DataArrival event with a buffer for each client? What I mean is does each client have it's own buffer, like an array so client with Index of 1 has buffer(1), etc.
↧