Example #1
0
 private void OnMessageReveived(long conn_idx, byte[] by, int count)
 {
     lock (ThreadScheduler.Instance.LogicLock)
     {
         m_channel.HandleReceive(by, count);
     }
 }