Wait for READY event for connection.
This commit is contained in:
@@ -26,7 +26,8 @@ struct RpcConnection {
|
||||
|
||||
enum class State : uint32_t {
|
||||
Disconnected,
|
||||
Connecting,
|
||||
SentHandshake,
|
||||
AwaitingResponse,
|
||||
Connected,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user