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 SocketIO for my project for data streaming. I've faced with an issue, which is critical for me, when streaming data on wifi and then turn off wifi. I'm assuming streaming should continue because I have cellular data on. However it's not working as expected. I'm assuming that's because there is IP address changes during this switch.
Is there a way how to don't interupt streaming when switching from Wifi to cellular.
P.S. reconnection mechanism is working fine but I'm expecting don't interupt streaming!
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello there,
I'm using SocketIO for my project for data streaming. I've faced with an issue, which is critical for me, when streaming data on wifi and then turn off wifi. I'm assuming streaming should continue because I have cellular data on. However it's not working as expected. I'm assuming that's because there is IP address changes during this switch.
Is there a way how to don't interupt streaming when switching from Wifi to cellular.
P.S. reconnection mechanism is working fine but I'm expecting don't interupt streaming!
Thanks in advance!
The text was updated successfully, but these errors were encountered: