public IEnumerator ConnectWebSocket(url) // in the websocket class, start the websocket在加载场景时,将从加载线程执行构造函数和字段初始化程序。不要在构造函数或字段初始化器中使用此函数,而是将初始化代码移动到“唤醒”或“启动”函数。public IEnumerator ConnectWebSocket(url) // in the websocket cl
我在我的web应用程序中使用websocket(ws://)。现在,我在我的SSL应用程序中实现了SSL,所以我实现了安全websocket(wss://)。因此,我跟踪TooTallNate库文档来实现这个场景。
但我在浏览器控制台上得到了这个网址。WebSocket connection to 'wss://localhost:9191/socket' failed: Error in connection e