From 99bf636157bceed905e08d3580f367d16b61d7aa Mon Sep 17 00:00:00 2001 From: Nick Randall Date: Thu, 3 Oct 2024 12:19:54 -0400 Subject: [PATCH] Update neon/polyfills.js --- neon/polyfills.js | 1 - 1 file changed, 1 deletion(-) 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);