Windows app.
After using send_command_sync with a simple command "listplayers" in ARK, the response comes empty, crashing the app.
The code crashes at client.cpp, line 158 (packet_response.data is…
I am using your library as follows:
```
int getPlayersCount() {
static int id = 2;
int result = -1;
rconpp::rcon_client client(rcon_credentials.ip, rcon_credentials.port, rcon_crede…