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
open a new tag or page by using the same url (http://localhost:8080/#d25165e54d9d0), there is an issue below,
this issue is in socket.on('message', function(message){
if (message.type == 'offer') {
})
for a while, the server shows the message: Peer or server disconnected. Reason: ping timeout.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Uncaught TypeError: Cannot read property 'type' of null
at r. (main.js:98)
at r.emit (index.js:83)
at r.onevent (index.js:83)
at r.onpacket (index.js:83)
at r. (index.js:83)
at r.emit (index.js:83)
at r.ondecoded (index.js:83)
at a. (index.js:83)
at a.r.emit (index.js:83)
at a.add (index.js:83)
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
please check it what the issue is, other codes I ran very well.
The text was updated successfully, but these errors were encountered:
this issue is in socket.on('message', function(message){
if (message.type == 'offer') {
})
for a while, the server shows the message: Peer or server disconnected. Reason: ping timeout.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Uncaught TypeError: Cannot read property 'type' of null
at r. (main.js:98)
at r.emit (index.js:83)
at r.onevent (index.js:83)
at r.onpacket (index.js:83)
at r. (index.js:83)
at r.emit (index.js:83)
at r.ondecoded (index.js:83)
at a. (index.js:83)
at a.r.emit (index.js:83)
at a.add (index.js:83)
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
please check it what the issue is, other codes I ran very well.
The text was updated successfully, but these errors were encountered: