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
Hello pikhokin,
Thanks for the great implementation of the websocket server. I am facing one issue. It would be great if you could help out. I am streaming base64 image data from the client to thw websocket server. It is observed that the initial delay in the receiving of message is 1s but as the streaming goes on. The delay gets incrementally accumulated to 1min and keeps on increasing. It would be helpful if you could let me know the change which I need to do in the code so that I can get realtime streaming with minimum delay.
Thanks in advance,
Rahul
The text was updated successfully, but these errors were encountered:
Hello pikhokin,
Thanks for the great implementation of the websocket server. I am facing one issue. It would be great if you could help out. I am streaming base64 image data from the client to thw websocket server. It is observed that the initial delay in the receiving of message is 1s but as the streaming goes on. The delay gets incrementally accumulated to 1min and keeps on increasing. It would be helpful if you could let me know the change which I need to do in the code so that I can get realtime streaming with minimum delay.
Thanks in advance,
Rahul
The text was updated successfully, but these errors were encountered: