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 d442e7b commit 031efc0Copy full SHA for 031efc0
src/websockets/WebsocketFactory.cpp
@@ -98,7 +98,7 @@ bool WebsocketFactory::setClientPoolCount(size_t count)
98
/** @brief Start the client pools */
99
bool WebsocketFactory::startClientPools()
100
{
101
- bool ret = false;
+ bool ret = true;
102
103
std::lock_guard<std::mutex> lock(s_client_pools_mutex);
104
if (!s_client_pools.empty())
@@ -115,7 +115,7 @@ bool WebsocketFactory::startClientPools()
115
/** @brief Stop the client pools */
116
bool WebsocketFactory::stopClientPools()
117
118
119
120
121
0 commit comments