websockets-callback icon indicating copy to clipboard operation
websockets-callback copied to clipboard

New WebSocket called before it's imported

Open marulka opened this issue 2 years ago • 0 comments

https://github.com/aidv/websockets-callback/blob/a55a2d59d08969d7e51785365ba295a138affd38/lib/wscb.js#L23

The following error occurres when used with the 'ws' instead of Electron.

TypeError: Cannot read properties of undefined (reading 'Server') at WebSockets_Callback.setupAsServer (node_modules\wscb\lib\wscb.js:86:33)

marulka avatar Apr 25 '23 12:04 marulka