rikulo / socket.io-client-dart

socket.io-client-dart: Dartlang port of socket.io-client https://github.com/socketio/socket.io-client
https://quire.io
MIT License
675 stars 185 forks source link

Socket event outputs incomplete data . #357

Open thapliyal128 opened 11 months ago

thapliyal128 commented 11 months ago

Hey all , i am on the latest flutter version 3.16 and on the latest version of socket-io-client , My server uses version 4 of socket io. On recieving events from the socket the socket gives incomplete data , but when i try to listen to the same socket thru postman the socket returns complete data.

Please help me out , i tried the httpmaxbuffer setting but its not working , Thank you