diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5009efe379..481a5f82a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: - 'vendor/**' - 'Makefile' - 'waku.nimble' + - 'library/**' v2: - 'waku/**' diff --git a/library/waku_thread/inter_thread_communication/requests/protocols/relay_request.nim b/library/waku_thread/inter_thread_communication/requests/protocols/relay_request.nim index dfa2fd7e45..3315348bde 100644 --- a/library/waku_thread/inter_thread_communication/requests/protocols/relay_request.nim +++ b/library/waku_thread/inter_thread_communication/requests/protocols/relay_request.nim @@ -99,7 +99,8 @@ proc process*(self: ptr RelayRequest, node.wakuRelay.subscribe($self.pubsubTopic, self.relayEventCallback) of UNSUBSCRIBE: - node.wakuRelay.unsubscribe($self.pubsubTopic) + # TODO: properly perform 'unsubscribe' + node.wakuRelay.unsubscribeAll($self.pubsubTopic) of PUBLISH: let numPeers = await node.wakuRelay.publish($self.pubsubTopic,