Exemplo n.º 1
0
 private void OnDestroy()
 {
     // 必须调用, 否则可能在结束时, 卡在 _socket.Receive 里;
     conn.StopNetWork();
 }