mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 07:09:41 +00:00
Command server Linux fix for open client connections.
This commit is contained in:
parent
22c1314738
commit
57de436db4
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace OMW { namespace CommandServer { namespace Detail {
|
||||||
///
|
///
|
||||||
void Connection::stop()
|
void Connection::stop()
|
||||||
{
|
{
|
||||||
mSocket.close();
|
mSocket.shutdown(boost::asio::socket_base::shutdown_both);
|
||||||
mpThread->join();
|
mpThread->join();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue