From 87b6b2568535a84d36c087653b1aed4e764e0485 Mon Sep 17 00:00:00 2001 From: Jacob Karlsson Date: Wed, 29 May 2024 14:56:20 +0200 Subject: [PATCH] Fix failing realtime test --- lib/stream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stream.js b/lib/stream.js index d91075a..6ac728f 100644 --- a/lib/stream.js +++ b/lib/stream.js @@ -109,7 +109,7 @@ class SyncStream extends Pipeable { if (!this.sink || this.sink.paused) return const tangleIDs = [msgID].concat(Object.keys(msg.metadata.tangles)) - //this.resume() + this.resume() for (const id of tangleIDs) { if (this.#realtimeSyncing.has(id)) {