ReceiveMessagesFromClient
method in Coherence.Toolkit.Relay.IRelayConnection
Methods
void ReceiveMessagesFromClient(List<ArraySegment<byte>> packetBuffer)
Called regularly by the CoherenceRelayManager to fetch all messages (packets) received from that connection and relay them to the Replication Server.
Parameters
Type | Name | Description |
---|---|---|
List<ArraySegment<byte>> | packetBuffer | Buffer to which received packets should be added. Order of the packets should be preserved. |