fix crash on close

This commit is contained in:
dimon4eg 2019-05-11 12:07:25 +03:00 committed by Benjamin Sergeant
parent b5fc10326e
commit 9f4b2856b0

View File

@ -149,7 +149,6 @@ namespace ix
// This value needs to be forced when shutting down, it is restored later
_automaticReconnection = false;
// sync close
close();
if (_thread.joinable())