[Loginserver] Health Checks (#1665)

* Health checks stash

* Healthcheck work
This commit is contained in:
Chris Miles
2021-11-03 14:39:51 -05:00
committed by GitHub
parent e4138b871b
commit 6e26e8953c
8 changed files with 196 additions and 17 deletions
+1
View File
@@ -208,6 +208,7 @@ private:
void LoginSendSessionReady();
void LoginSendLogin();
void LoginProcessLoginResponse(const EQ::Net::Packet &p);
static bool ProcessHealthCheck(std::string username);
};
#endif