socketio/socket.io-p2p

Uncaught TypeError: CreateListFromArrayLike called on non-object

ashishmodak opened this issue · 0 comments

After receiving data in P2P.on callback function I am receiving this error.

at Socketiop2p.ondecoded (p2pbundle.js:256)
at Decoder. (p2pbundle.js:614)
at Decoder.Emitter.emit (p2pbundle.js:8464)
at Decoder.add (p2pbundle.js:8143)
at Peer. (p2pbundle.js:171)
at Peer.EventEmitter.emit (p2pbundle.js:12895)
at Peer._onChannelMessage (p2pbundle.js:6502)

Then everything stops working.