Wait for READY event for connection.

This commit is contained in:
Chris Marsh 2017-07-21 13:54:52 -07:00
parent 559f56b05c
commit 063a329a0b
3 changed files with 32 additions and 11 deletions

View file

@ -26,7 +26,8 @@ struct RpcConnection {
enum class State : uint32_t {
Disconnected,
Connecting,
SentHandshake,
AwaitingResponse,
Connected,
};