Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: properly spin down unused streamer threads
Previous version was prone to the bug: ruby-concurrency/concurrent-ruby#1075 This is particularly bad cause we could have a DB connection attached to the thread and we never clear it up, so after N hours this could start exhibiting weird connection issues.
- Loading branch information