You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Redis Pool could be shared between several BloomFilter instances. If one of the filters is removed filter.remove(), the Redis Pool is destroyed. This makes the rest of active filter instances unusable:
👍 I'd submit a pull request to remove this line but I have no idea why it's there and what else it could impact and if other changes are required to compensate.
The Redis Pool could be shared between several BloomFilter instances. If one of the filters is removed
filter.remove()
, the Redis Pool is destroyed. This makes the rest of active filter instances unusable:The text was updated successfully, but these errors were encountered: