Example #1
0
 public void CreateWebSocket(string url)
 {
     _websocketManager.ConnectServer($"{url}:8088");
 }