We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb99ba commit eedf158Copy full SHA for eedf158
Sources/RediStack/RedisConnection.swift
@@ -526,7 +526,8 @@ extension RedisConnection {
526
}
527
logger.debug("subscription removed, with no current active subscriptions. leaving pubsub mode")
528
// otherwise, remove the handler and update our state
529
- return self.channel.pipeline.removeHandler(handler)
+ return self.channel.pipeline
530
+ .removeRedisPubSubHandler(handler)
531
.map {
532
self.state = .open
533
logger.debug("connection is now open to all commands")
0 commit comments