Open
Description
If a request is sent to a client and that client is dropped (due to being disconnected for too long), the request will eventually timeout rather than being promptly rejected at the time the client is dropped.
Ideally, we would reject these outstanding requests at the time the client is dropped.
We could implement this by tracking outstanding requests in the Gateway's ClientData
, removing them when the client sends a response, and rejecting them when the client is dropped.
Metadata
Metadata
Assignees
Labels
No labels
Activity