*guttural scream*
This commit is contained in:
		| @@ -69,6 +69,11 @@ int Connector::Connect(const char* srv_addr, std::string name) { | ||||
|  | ||||
| 	netprot::sendPack(m_sock_tcp, &log, &bf); | ||||
|  | ||||
| 	memset(bf.ptr, '\0', BUFFER_LENGTH); | ||||
|  | ||||
| 	using namespace std::chrono_literals; | ||||
| 	std::this_thread::sleep_for(100ms); | ||||
|  | ||||
| 	bool ready = false; | ||||
| 	int errors = 0; | ||||
| 	std::vector<char*> lsPck; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user