mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 21:56:36 +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))
|
writeToSocket(EventCmd.Companion.toJson(event))
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// automatically sends all filters after connection is successful.
|
connectAndSyncFiltersIfDisconnected()
|
||||||
connect()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user