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 persistent client cache. #42

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Fix persistent client cache. #42

merged 1 commit into from
Aug 13, 2024

Conversation

ioquatix
Copy link
Member

@ioquatix ioquatix commented Aug 13, 2024

The persistent client cache was incorrectly implemented and lacked tests.

Fixes #39.

Types of Changes

  • Bug fix.

Contribution

@ioquatix ioquatix merged commit 3c3a794 into main Aug 13, 2024
34 of 40 checks passed
@ioquatix ioquatix deleted the fix-clients-cache branch August 13, 2024 02:30
@korbin
Copy link

korbin commented Aug 13, 2024

This change seems to now be causing fiber called across threads (FiberError) in Sidekiq workers, FYI. Have not had a chance to debug yet.

@ioquatix
Copy link
Member Author

Thanks for the report, I'll take another look at what might be causing that.

@ioquatix
Copy link
Member Author

Okay, I was able to reproduce the issue.

@ioquatix
Copy link
Member Author

Doh... I wasn't defaulting to the thread safe clients cache... released a fix in v0.17.0.

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.

Connection problems with 0.15.0
2 participants