示例#1
0
 private void OnDestroy()
 {
     if (_ws != null)
     {
         _ws.Disconnect();
     }
 }
示例#2
0
 private void OnDestroy()
 {
     _webClient.Disconnect();
 }
示例#3
0
 private void OnDestroy()
 {
     client?.Disconnect();
 }