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

Improve concurrent safety #127

Merged
merged 6 commits into from
Dec 10, 2023
Merged

Conversation

PaulSonOfLars
Copy link
Owner

What

Fix panics due to writes on closed channels reported in the support chat.

This was caused by a previous refactor which removed a write to the closing channel in favour of simply closing the channel. It has now been improved to be thread safe on both polling and webhooks.

Impact

  • Are your changes backwards compatible? Y
  • Have you included documentation, or updated existing documentation? Y
  • Do errors and log messages provide enough context? Y

@PaulSonOfLars PaulSonOfLars merged commit e73a363 into v2 Dec 10, 2023
3 checks passed
@PaulSonOfLars PaulSonOfLars deleted the paul/cleanup-synchronous-issues branch December 10, 2023 21:30
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.

1 participant