Skip to content
Snippets Groups Projects
Unverified Commit 6ab0d2f2 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

tls: fix shutdown during file transfer or calls

Change-Id: I1ed610c2bfd72e8f092940be2e0e96129a4d64ba
parent 56a87cc8
Branches
Tags
No related merge requests found
......@@ -316,7 +316,7 @@ TlsSession::TlsSessionImpl::TlsSessionImpl(std::unique_ptr<SocketType>&& transpo
TlsSession::TlsSessionImpl::~TlsSessionImpl()
{
newState_ = TlsSessionState::SHUTDOWN;
state_ = TlsSessionState::SHUTDOWN;
stateCondition_.notify_all();
rxCv_.notify_all();
thread_.join();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment