diff --git a/src/remote/codec.cpp b/src/remote/codec.cpp index 6889761..0b586c5 100644 --- a/src/remote/codec.cpp +++ b/src/remote/codec.cpp @@ -1032,12 +1032,6 @@ void BlockingTCPTransportCodec::close() { // post close internalPostClose(true); - - // wait for threads - if(!_sendThread.isCurrentThread()) - _sendThread.exitWait(); - if(!_readThread.isCurrentThread()) - _readThread.exitWait(); } }