diff --git a/neon/polyfills.js b/neon/polyfills.js index d8a3029f..3309b0c4 100644 --- a/neon/polyfills.js +++ b/neon/polyfills.js @@ -173,7 +173,6 @@ function Socket() { const rootURL = host + "/v2" + "?address=" + host + ":" + port; const socketURL = "wss://" + rootURL; tcp.ws = new WebSocket(socketURL); - // await tcp.ws.accept(); configureWebSocket(tcp.ws); } catch (err) { console.log("err", err);