Better looking version now
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user