-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the shutdown procedure of the Redis event broker
The client was not closed when the RedisEventBroker was initialized using RedisEventBroker.from_url(). Also, the pub-sub instance was not closed if the broker was shut down normally. Additionally, when it was shut down due to an error, it used the deprecated .close() method to shut down the pub-sub instance.
- Loading branch information
Showing
2 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters