cli nearly don

This commit is contained in:
Jonas Zeunert
2019-06-13 14:33:19 +02:00
parent 41a7c4273b
commit b28e067c7b
3 changed files with 116 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ SocketHandler::SocketHandler(StreamSocket streamSocket, std::shared_ptr<InputDri
void SocketHandler::run()
{
StreamSocket& streamSocket = socket();
StreamSocket& streamSocket = socket(); // todo ?
while(true)
{