proxy works but crash when the connection is refused

This commit is contained in:
Benjamin Sergeant
2019-11-15 17:07:31 -08:00
parent 0841fcec44
commit ed75d14c86
2 changed files with 84 additions and 4 deletions

View File

@ -20,6 +20,7 @@ namespace snake
{
return _nonce;
}
void setNonce(const std::string& nonce)
{
_nonce = nonce;