You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2021. It is now read-only.
C:\Users\email\Desktop\jumpsuit-master\server\game_server.js:47
dc.on('message', function(msg) {
^
TypeError: dc.on is not a function
at ClientConnection.clientCo.on.dc (C:\Users\email\Desktop\Javascriptdevelopment\jumpsuit-master\server\game_server.js:47:7)
at emitOne (events.js:96:13)
at ClientConnection.emit (events.js:188:7)
at RTCPeerConnection.ClientConnection.clientCon.ondatachannel.ev [as ondatachannel] (C:\Users\email\Desktop\Javascriptdevelopment\jumpsuit-master\node_modules\enslavism\bundle.js:458:9)
at RTCPeerConnection. (C:\Users\email\Desktop\Javascriptdevelopment\jumpsuit-master\node_modules\wrtc\lib\eventtarget.js:29:22)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
The text was updated successfully, but these errors were encountered:
This will be fixed if @mappum accepts my patches at
mappum/electron-webrtc#92 and mappum/electron-webrtc#91.
But because until then it is inconvenient I'll push my patched fork
of electron-webrtc to NPM. I can't right now but I'll do it in the next
few days. ;-)
If you can't wait you can replace the electron-webrtc directory in ./node_modules by getkey/electron-webrtc and merge the branch event-emitter and promise-api into its master.
C:\Users\email\Desktop\jumpsuit-master\server\game_server.js:47
dc.on('message', function(msg) {
^
TypeError: dc.on is not a function
at ClientConnection.clientCo.on.dc (C:\Users\email\Desktop\Javascriptdevelopment\jumpsuit-master\server\game_server.js:47:7)
at emitOne (events.js:96:13)
at ClientConnection.emit (events.js:188:7)
at RTCPeerConnection.ClientConnection.clientCon.ondatachannel.ev [as ondatachannel] (C:\Users\email\Desktop\Javascriptdevelopment\jumpsuit-master\node_modules\enslavism\bundle.js:458:9)
at RTCPeerConnection. (C:\Users\email\Desktop\Javascriptdevelopment\jumpsuit-master\node_modules\wrtc\lib\eventtarget.js:29:22)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
The text was updated successfully, but these errors were encountered: