#478 Fixed totally broken reconnect.
This commit is contained in:
parent
f852996f97
commit
6f4ed5f66d
4 changed files with 44 additions and 16 deletions
|
@ -87,6 +87,7 @@ private:
|
|||
void connect(const std::vector<addrinfo*> &ipv4, const std::vector<addrinfo*> &ipv6);
|
||||
void connect(sockaddr *addr);
|
||||
void login();
|
||||
void onClose();
|
||||
void parse(char *line, size_t len);
|
||||
void parseExtensions(const rapidjson::Value &value);
|
||||
void parseNotification(const char *method, const rapidjson::Value ¶ms, const rapidjson::Value &error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue