Skip to content

fix: unnecessary http message handler invocation #344

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

Conversation

w1am
Copy link
Contributor

@w1am w1am commented Apr 28, 2025

Fixes #343

The http message handler was unnecessarily called when client settings were created, leading to infinite recursion in HTTP handler creation for the .NET 4.8 framework target

@w1am w1am force-pushed the w1am/DEVEX-309-HTTP-Message-Handler-Initialization-for-net48-target branch from 5bc14c4 to 7923298 Compare April 28, 2025 09:45
@w1am w1am merged commit 4feedac into master Apr 29, 2025
67 checks passed
@w1am w1am deleted the w1am/DEVEX-309-HTTP-Message-Handler-Initialization-for-net48-target branch April 29, 2025 11:17
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.

KurrentDBClient constructor throws StackOverflowException in .Net Framework 4.8
1 participant