Skip to content

Commit 20d5388

Browse files
committed
feat: Granular subscription tracking
This commit makes it so that: * {add,remove}ChannelsAndWait only wait for the channels they care about, not every channel. * You can check which channels are waiting for subscription acknowledgements.
1 parent 6d04fad commit 20d5388

File tree

2 files changed

+189
-111
lines changed

2 files changed

+189
-111
lines changed

hedis.cabal

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ library
9090
HTTP,
9191
errors,
9292
network-uri,
93-
unliftio-core
93+
unliftio-core,
94+
hashable
9495
if !impl(ghc >= 8.0)
9596
build-depends:
9697
semigroups >= 0.11 && < 0.19

0 commit comments

Comments
 (0)