wesocket base

This commit is contained in:
Anonymous275
2020-11-07 02:35:50 +02:00
parent 757c63bddb
commit 5b92cbc0be
4 changed files with 39 additions and 21 deletions

View File

@@ -38,6 +38,7 @@ void Heartbeat(){
if(!CustomIP.empty())R+="&ip="+CustomIP;
std::string link = Sec("https://beammp.com/heartbeatv2");
T = PostHTTP(link,R);
if(T.find_first_not_of(Sec("20")) != std::string::npos){
//Backend system refused server startup!
std::this_thread::sleep_for(std::chrono::seconds(10));