Fix failing realtime test

This commit is contained in:
Jacob Karlsson 2024-05-29 14:56:20 +02:00
parent 636cd9adcc
commit 87b6b25685
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {