mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-06 22:49:29 +01:00
Wait for READY event for connection.
This commit is contained in:
parent
559f56b05c
commit
063a329a0b
3 changed files with 32 additions and 11 deletions
|
|
@ -26,7 +26,8 @@ struct RpcConnection {
|
|||
|
||||
enum class State : uint32_t {
|
||||
Disconnected,
|
||||
Connecting,
|
||||
SentHandshake,
|
||||
AwaitingResponse,
|
||||
Connected,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue