We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6449e91 commit f100c5eCopy full SHA for f100c5e
src/lib/transport/DataPublisher.cpp
@@ -849,6 +849,8 @@ void DataPublisher::Start(const TcpEndPoint& endpoint)
849
// Let any pending start operation complete before possible stop - prevents destruction stop before start is completed
850
ScopeLock lock(m_connectActionMutex);
851
852
+ m_stopped = false;
853
+
854
#if BOOST_LEGACY
855
m_commandChannelService.reset();
856
#else
0 commit comments