mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-10 01:33:13 +00:00
fix: call protocol stop methods in WakuNode.stop()
This commit is contained in:
parent
ce706bada3
commit
705ca38bf3
@ -232,7 +232,9 @@ export class WakuNode implements IWaku {
|
||||
this._nodeStateLock = true;
|
||||
|
||||
this.lightPush?.stop();
|
||||
this.store?.stop();
|
||||
await this.filter?.stop();
|
||||
await this.relay?.stop();
|
||||
this.healthIndicator.stop();
|
||||
this.peerManager.stop();
|
||||
this.connectionManager.stop();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user