Close socket when entity is still running
This commit is contained in:
parent
2ecdd83e76
commit
3819f5e752
@ -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.";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user