0

I am using simple-peer library for making a chat application.
When I receive message from the other peer connection using peer.on('data' => (data) => { console.log(data) }), it is called multiple times and I receive the message multiple times.

0 Answers0