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 24e8266 commit c39efcbCopy full SHA for c39efcb
src/sio_socket.cpp
@@ -217,7 +217,10 @@ void set_##__FIELD__(__TYPE__ const& l) \
217
m_error_listener = nullptr;
218
}
219
220
- socket::impl::impl(client_impl *client,std::string const& nsp):m_client(client),m_nsp(nsp)
+ socket::impl::impl(client_impl *client,std::string const& nsp):
221
+ m_client(client),
222
+ m_nsp(nsp),
223
+ m_connected(false)
224
{
225
NULL_GUARD(client);
226
if(m_client->opened())
0 commit comments