Dispose temporary P2P setup probes

This commit is contained in:
vorotamoroz
2026-08-27 17:57:59 +00:00
parent 4dcc783a71
commit d24bda88be
@@ -143,7 +143,7 @@
return "";
} finally {
try {
await replicator.close();
await replicator.dispose();
await dummyPouch.destroy();
} catch (e) {
Logger(e, LOG_LEVEL_VERBOSE, "setup-p2p-cleanup");