mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-03 07:17:59 +03:00
Add one more command server fix so it still works correctly on Windows and reeanble the command server by default.
This commit is contained in:
parent
57de436db4
commit
a638c330ec
2 changed files with 3 additions and 2 deletions
|
@ -54,6 +54,7 @@ namespace OMW { namespace CommandServer { namespace Detail {
|
|||
void Connection::stop()
|
||||
{
|
||||
mSocket.shutdown(boost::asio::socket_base::shutdown_both);
|
||||
mSocket.close();
|
||||
mpThread->join();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue