You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using your component to connect to an embedded device exposing a wifi interface and listening to a TCP socket.
This device closes automatically the connection after 10 seconds if no traffic is made.
When I was using Qt with an older application I simply reconnect to the socket when the connection was closed by the other peer and it worked, how can I did the same using this RN component?
I've tried to call "connect" in the socket.on("close" event but then I wasn't able to receive any new event.
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Hello, I have the same problem:
I'm using your component to connect to an embedded device exposing a wifi interface and listening to a TCP socket.
This device closes automatically the connection after 10 seconds if no traffic is made.
@Rapsssito are you still working on this project? Can you give feedbacks, otherwise I should drop this library and proceed with some other solution because at the moment its a "no go".
Thank you.
Hi,
I'm using your component to connect to an embedded device exposing a wifi interface and listening to a TCP socket.
This device closes automatically the connection after 10 seconds if no traffic is made.
When I was using Qt with an older application I simply reconnect to the socket when the connection was closed by the other peer and it worked, how can I did the same using this RN component?
I've tried to call "connect" in the socket.on("close" event but then I wasn't able to receive any new event.
Thank you for your help.
The text was updated successfully, but these errors were encountered: