Small Refactoring

This commit is contained in:
Vitor Pamplona 2024-03-14 14:09:13 -04:00
parent b2508b3db5
commit fbf4f6dd08

View File

@ -452,7 +452,7 @@ class Relay(
eventUploadCounterInBytes += event.bytesUsedInMemory()
// Sends everything.
Client.allSubscriptions().forEach { sendFilter(requestId = it) }
renewFilters()
}
}
}