fixed subscriptions leak
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
398a2e2e40
commit
f2b29b8349
|
@ -456,7 +456,7 @@
|
|||
:disconnected?
|
||||
:<- [:peers-count]
|
||||
:<- [:waku/v2-flag]
|
||||
(fn [peers-count wakuv2-flag]
|
||||
(fn [[peers-count wakuv2-flag]]
|
||||
;; TODO Right now wakuv2 module in status-go
|
||||
;; does not report peer counts properly,
|
||||
;; so we always assume that we're connected
|
||||
|
|
Loading…
Reference in New Issue