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 don't know what happens when requests get aborted on the client side.
Supposedly the server should be notified about that (with a socket hangup?) but I don't think we're handling that in any way. Ideally we should avoid doing useless work. What's useful and what not may not be straightforward in that we queue some request responses while waiting for the renderer cache to render a whole metatile, but this is definitely something we should look into.
The text was updated successfully, but these errors were encountered:
I don't know what happens when requests get aborted on the client side.
Supposedly the server should be notified about that (with a socket hangup?) but I don't think we're handling that in any way. Ideally we should avoid doing useless work. What's useful and what not may not be straightforward in that we queue some request responses while waiting for the renderer cache to render a whole metatile, but this is definitely something we should look into.
The text was updated successfully, but these errors were encountered: