Close socket when entity is still running

This commit is contained in:
michal.szwaj 2018-03-19 21:45:12 +01:00
parent 2ecdd83e76
commit 3819f5e752

View File

@ -75,6 +75,7 @@ void App::start(aasdk::tcp::ITCPEndpoint::SocketPointer socket)
} }
else else
{ {
tcpWrapper_.close(*socket);
OPENAUTO_LOG(warning) << "[App] android auto entity is still running."; OPENAUTO_LOG(warning) << "[App] android auto entity is still running.";
} }
}); });