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
The client side of my app tries to get all kinds of data upon the first connection - it works perfectly with WS and fails some requests with long polling because :xhr-pool-depleted (default pool size is 10).
I'm not sure if being able to increase the pool size is the correct solution here. Maybe a better way to handle it would be to somehow make Sente wait till there's a free connection.
What do you think?
The text was updated successfully, but these errors were encountered:
The client side of my app tries to get all kinds of data upon the first connection - it works perfectly with WS and fails some requests with long polling because
:xhr-pool-depleted
(default pool size is 10).I'm not sure if being able to increase the pool size is the correct solution here. Maybe a better way to handle it would be to somehow make Sente wait till there's a free connection.
What do you think?
The text was updated successfully, but these errors were encountered: