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