flutter_socket_io icon indicating copy to clipboard operation
flutter_socket_io copied to clipboard

Cannot connect to socket.io V3

Open rafampessoa opened this issue 4 years ago • 2 comments

Is possible to connect with socket.io V3?

I'm trying to connect with socket.io V3 and got an "Error" message on listening socket.onError((e) {});, with Socket.io V2 is connecting

seems the same problem that https://github.com/rikulo/socket.io-client-dart/issues/130

Thanks for the lib

rafampessoa avatar Dec 04 '20 13:12 rafampessoa

You could probably upgrade it yourself. If you checkout the build.gradle you can see that it's using version 1. You could upgrade that a number and use the package yourself or share it with others. Same thing in iOS

Screen Shot 2020-12-24 at 5 27 52 PM

passsionforprogramming avatar Dec 24 '20 23:12 passsionforprogramming

@rafampessoa @hatemragab

you may track status of this request here: https://github.com/infitio/flutter_socket_io/pull/160


@passsionforprogramming it would be great if you can contribute to this project by creating a PR (possibly over feature/socket-v3 branch)

tiholic avatar Apr 06 '21 11:04 tiholic