Skip to content

DEV-2959: Fix HttpClient socket exhaustion in .NET SDK#1166

Open
nastytomas wants to merge 2 commits into
masterfrom
jb/DEV-2959-httpclient-fix
Open

DEV-2959: Fix HttpClient socket exhaustion in .NET SDK#1166
nastytomas wants to merge 2 commits into
masterfrom
jb/DEV-2959-httpclient-fix

Conversation

@nastytomas

Copy link
Copy Markdown
  • Updated ApiClient.mustache to reuse a shared RestClient per ApiClient instance instead of disposing it after every request.
  • Moved cookie handling to per-request AddCookie calls.
  • Updated README.mustache changelog with 9.0.2 entry.
  • Bumped packageVersion from 9.0.1 to 9.0.2 in package.json.
  • Updated sdks/dotnet submodule to generated v9.0.2.

- Updated ApiClient.mustache to reuse a shared RestClient per ApiClient
  instance instead of disposing it after every request.
- Moved cookie handling to per-request AddCookie calls.
- Updated README.mustache changelog with 9.0.2 entry.
- Bumped packageVersion from 9.0.1 to 9.0.2 in package.json.
- Updated sdks/dotnet submodule to generated v9.0.2.

Made-with: Cursor
@nastytomas nastytomas requested a review from p-zielinski March 18, 2026 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants