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

fix: Add ReusePorts option #524

Merged
merged 2 commits into from
Jun 24, 2024
Merged

fix: Add ReusePorts option #524

merged 2 commits into from
Jun 24, 2024

Conversation

lemaitre-aneo
Copy link
Contributor

On windows, a connection allocate a port that remains allocated 4 minutes after closing. When the server request connection closing after each request, we end up exhausting ports very quickly.

Adding the option to reuse ports enable to work around this limitation.

Copy link

github-actions bot commented Jun 24, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1172 925 79% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: c18944f by action🐍

@lemaitre-aneo lemaitre-aneo merged commit 083f1d5 into main Jun 24, 2024
61 checks passed
@lemaitre-aneo lemaitre-aneo deleted the fl/reuse-port branch June 24, 2024 08:08
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

Successfully merging this pull request may close these issues.

2 participants