Пример #1
0
        public async Task Connect(string path)
        {
            ws = await integration.GetWebsocketConnection(path);

            run = true;
            Debug.Log("websocket state is " + ws.State);
        }