Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Eventually Gets "Stuck" #17

Open
bendangelo opened this issue Jun 26, 2024 · 1 comment
Open

Server Eventually Gets "Stuck" #17

bendangelo opened this issue Jun 26, 2024 · 1 comment

Comments

@bendangelo
Copy link
Contributor

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.

@jgaskins
Copy link
Owner

Hmm, I haven't noticed this since I fixed #11. Do you have some code to reproduce this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants