Reducing memory recreation by only setting the current subscription as after EOSE

This commit is contained in:
Vitor Pamplona
2024-06-11 15:05:38 -04:00
parent d6abdf16e0
commit dd71b931fc

View File

@@ -388,7 +388,7 @@ class Relay(
writeToSocket(request) writeToSocket(request)
resetEOSEStatuses() afterEOSEPerSubscription[requestId] = false
} }
} }
} else { } else {