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
A related or similar issue is not already marked as open
The steps to reproduce have been tested, and do produce the issue described
If relevant, graphical issues have a screenshot presented as well. Text-only issues have the text and it's correct version listed within a Markdown code block section
The most recent commit on the master branch the bug is present in, with it's commit hash, is listed in this report
===================================================== Bug Description
A process can quickly exhaust all available resources on a handle, effectively doing a denial of service on any other user of that resource backed by that handle.
To Reproduce
Please list the steps to produce the bug below:
Write an initial process which opens a named port
Constantly try to re-open it
Eventually, resources on it will be exhausted
Screenshots
If relevant, please provide screenshots here.
Expected behavior
A handle can't be overloaded
Additional information
Any additional information should be placed here.
The text was updated successfully, but these errors were encountered:
The problem that currently appears to happen is that a client can open up a bunch of ClientConnections and close them, but it is possible that the corresponding ServerConnection never closes, and thus any Connection can no longer be made. Since no server currently polls it's own connections to check for validity, these don't close as expected.
Issue Checklist
master
branch the bug is present in, with it's commit hash, is listed in this report=====================================================
Bug Description
A process can quickly exhaust all available resources on a handle, effectively doing a denial of service on any other user of that resource backed by that handle.
To Reproduce
Please list the steps to produce the bug below:
Screenshots
If relevant, please provide screenshots here.
Expected behavior
A handle can't be overloaded
Additional information
Any additional information should be placed here.
The text was updated successfully, but these errors were encountered: