-
Notifications
You must be signed in to change notification settings - Fork 63
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
Unhandled SemaphoreFullException in TcpChannel OnSendCompleted #68
Comments
It seems there's a pull request fixing this issue, but it's quite old. Can you comment on whether it's safe to implement in the current build? |
Please ignore my reports, fault was on my side, client wasn't correctly closing connections. |
Any news on this topic? I'm getting the same problem while testing my small webserver with JMeter.
Is it possible that jMeter doesn't properly close the connection? |
Probably, perhaps these can help: Otherwise, your own webserver might be keeping them open? |
Thanks for the hint! Unfortunately, I'm testing HTTP protocol (HTTP Sampler) and it doesn't provide the reuse-connection checkbox... Am I missing some "hidden" option? |
I've tested with Postman (single thread, postman doesn't allow multiple threads to send requests) and the server doesn't crash. However, a server shouldn't crash if requests aren't well-formed. |
Adding the specified count to the semaphore would cause it to exceed its maximum count.
The text was updated successfully, but these errors were encountered: