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'd really like to see support for timeouts in the lib, currently if the user has a dodgy wifi connection when using the client that causes requests to send indefinitely (but not actually fail), they end up stuck in place.
Seeing as it looks like you are just using XHR, it should definitely be doable, right now I have to use a dodgy workaround with Promise.race()
The text was updated successfully, but these errors were encountered:
Hi there,
I'd really like to see support for timeouts in the lib, currently if the user has a dodgy wifi connection when using the client that causes requests to send indefinitely (but not actually fail), they end up stuck in place.
Seeing as it looks like you are just using XHR, it should definitely be doable, right now I have to use a dodgy workaround with Promise.race()
The text was updated successfully, but these errors were encountered: