Better looking version now

This commit is contained in:
Johannes Wendel
2019-12-06 11:29:38 +01:00
parent f1ae41b243
commit e6f9113b12
2 changed files with 5 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ void InputSocketHandler::run()
return;
}
std::string str = event.getJsonString() + std::string(1, 0x02 ) ;
std::string str = event.getJsonString() + std::string(1, 0x02 ) ;
this->socket().sendBytes(str.c_str(), str.size());