Jumper Chen

Results 85 comments of Jumper Chen

FYI: https://github.com/rikulo/socket.io-client-dart#usage-flutter

@mulieli FYI: https://github.com/rikulo/socket.io-client-dart#usage-flutter @jayaram9877 With socket.io server version 3, you can use `socker.io-client-dart` 2.0.0-beta version - https://pub.dev/packages/socket_io_client/versions/2.0.0-beta.2

@fldvlpr FYI: https://stackoverflow.com/questions/55879550/how-to-fix-httpexception-connection-closed-before-full-header-was-received

@fldvlpr Next time DO NOT USE `@` to mention anyone for your own question, this is a open source project (which is free to use)

FYI: https://github.com/rikulo/socket.io-client-dart/issues/83#issuecomment-738518394

not supported yet.

@ShehanTreineticOfficial would you like to contribute this?

FYI: https://github.com/rikulo/socket.io-client-dart#version-info `v2.*` Dart client should work with Socket.io server `v4` as well.

@vannam22081988 which transports are you using for Flutter Web? In browser env. only `polling ` transport (i.e. in `xhr_transport.dart`) can support the extra headers.