Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- rwlock: added deadlock protection for all worker readers trying to …
…implicitly escalate to a writer lock and ending up waiting on eachother with nobody ever going first - pubsub side: fixed lazy init of topic link using == instead of != - pubsub redis: only log all node info if the cluster (context ptr) changed to reduce log spam on init
- Loading branch information