fix
This commit is contained in:
@ -179,7 +179,7 @@ auto packet_client::send(const std::string &method, packet &request,
|
|||||||
request.encode_top(utils::get_thread_id());
|
request.encode_top(utils::get_thread_id());
|
||||||
request.encode_top(unique_id_);
|
request.encode_top(unique_id_);
|
||||||
request.encode_top(PACKET_SERVICE_FLAGS);
|
request.encode_top(PACKET_SERVICE_FLAGS);
|
||||||
request.encode_top(project_get_version());
|
request.encode_top(std::string{project_get_version()});
|
||||||
|
|
||||||
static const std::uint8_t max_attempts{5U};
|
static const std::uint8_t max_attempts{5U};
|
||||||
for (std::uint8_t i = 1U;
|
for (std::uint8_t i = 1U;
|
||||||
|
Reference in New Issue
Block a user