mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 11:07:24 +01:00
changes the sendEvent from forcing a connection to waiting for the time to connect.
This commit is contained in:
@@ -438,8 +438,7 @@ open class BasicRelayClient(
|
||||
writeToSocket(EventCmd.Companion.toJson(event))
|
||||
}
|
||||
} else {
|
||||
// automatically sends all filters after connection is successful.
|
||||
connect()
|
||||
connectAndSyncFiltersIfDisconnected()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user