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
@arunoda this sounds really interesting. I noticed that you are not running with Websockets. Anyway, I was wondering if you have any high-level guidance on what sort of performance impact could we expect on falling back to HTTP (vs TCP/Websockets), please?
The text was updated successfully, but these errors were encountered:
From the server perspective, it won't does anything different. (We haven't done any test yet).
But I've seen it reduces the server load for one of my friend. His app is being used in places where connection is very poor and WS is not available much.
So, WS gets re-connected everytime. That re-subscribe everything. But once he turned off WS, this issue was not there and server load gets reduced.
@arunoda this sounds really interesting. I noticed that you are not running with Websockets. Anyway, I was wondering if you have any high-level guidance on what sort of performance impact could we expect on falling back to HTTP (vs TCP/Websockets), please?
The text was updated successfully, but these errors were encountered: