socketio / socket.io-p2p

MIT License
1.02k stars 180 forks source link

Uncaught TypeError: CreateListFromArrayLike called on non-object #47

Open ashishmodak opened 6 years ago

ashishmodak commented 6 years ago

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.