changes the sendEvent from forcing a connection to waiting for the time to connect.

This commit is contained in:
Vitor Pamplona
2025-08-15 18:04:57 -04:00
parent 5b605700a3
commit 6f27c96aed

View File

@@ -438,8 +438,7 @@ open class BasicRelayClient(
writeToSocket(EventCmd.Companion.toJson(event)) writeToSocket(EventCmd.Companion.toJson(event))
} }
} else { } else {
// automatically sends all filters after connection is successful. connectAndSyncFiltersIfDisconnected()
connect()
} }
} }