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 been running some tests and realized after hitting an endpoint continously like 100 times or so. The server will not respond and the client will keep waiting (using a ruby client, this might matter). The endpoint doesn't need to do anything special, just return an empty response.
I haven't dug into it, but I suspect a pack sent to the server gets "missed" at some point and this causes the whole thing to stall.
One thing I also noticed was a fiber never gets deleted once opened but that's a separate issue.
The text was updated successfully, but these errors were encountered:
I been running some tests and realized after hitting an endpoint continously like 100 times or so. The server will not respond and the client will keep waiting (using a ruby client, this might matter). The endpoint doesn't need to do anything special, just return an empty response.
I haven't dug into it, but I suspect a pack sent to the server gets "missed" at some point and this causes the whole thing to stall.
One thing I also noticed was a fiber never gets deleted once opened but that's a separate issue.
The text was updated successfully, but these errors were encountered: