socket.io-client-dart icon indicating copy to clipboard operation
socket.io-client-dart copied to clipboard

receiving duplicate message

Open yalda-student opened this issue 9 months ago • 3 comments

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

yalda-student avatar May 27 '24 19:05 yalda-student