socket.io-client-dart
socket.io-client-dart copied to clipboard
receiving duplicate message
Hello. I use this package in my flutter app, I faced a problem. Sometimes when user is sending message through socket, they received duplicate messages; actually socket.on('EVENT', (data){}) is performed 2 times. after restarting app, this bug fixed. How can I fixed it? is it a server side bug or client side? How can I get more information about this? Thanks