Open ifeanyidotdev opened 3 months ago
any reproducible example?
@ifeanyidotdev did you resolve this? I am seeing what appears to be the same behaviour trying to stream voice data over a socket. The app works fine in debug mode but with a release build it connects to the server ok but it never receives any data and the client app becomes unresponsive. Flutter client version 3.0.2 Node server version 4.8.1
FYI @jumperchen @ifeanyidotdev I had to downgrade to socket_io_client 3.0.0 (socket_io_common 3.0.0) to get things working again. Unfortunately I don't know which was causing my issue but I'm pretty sure it was one of them.
@tan-yaka you downgraded and it now works fine on release build ?
@ifeanyidotdev yes
i am working with this client on a flutter for mobile, if i build release build and run the release build on an emulator the socket works fine, but if i run the release build on a real device , the logs shows that the connection was successful but the socket does not do the intended for realtime data on the real device