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] Throttled background sender thread usage and offline storage #23

Merged
merged 2 commits into from
Aug 25, 2024

Conversation

ProRedCat
Copy link
Contributor

v2.2.0

  • Version bump to Raygun4Net.NetCore v11.1.0
    • Implements dynamic thread allocation when error spikes occurs
      • Fixes static thread allocation which caused performance issues on .NET Core and MAUI apps
    • Removes errors stuck in a 4xx loop when stored in the offline storage
      • Edge case allowed for errors that should have been 4xx to put into offline storage and infinitely loop
      • Large errors would also make concurrent GC heap freed messages in the console

Copy link
Contributor

@phillip-haydon phillip-haydon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@ProRedCat ProRedCat merged commit 22d23b2 into master Aug 25, 2024
@ProRedCat ProRedCat deleted the ro/fix-throttled-background-sender-thread-usage branch August 25, 2024 22:25
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