Exemplo n.º 1
0
 protected override void ReceivedData(NetworkData availableData, ReactorResponseChannel responseChannel)
 {
     if (EventLoop.Receive != null)
     {
         EventLoop.Receive(availableData, responseChannel);
     }
 }
Exemplo n.º 2
0
 protected override void ReceivedData(NetworkData availableData, ReactorResponseChannel responseChannel)
 {
     responseChannel.OnReceive(availableData);
 }