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.
2 parents 33c08bf + b71975b commit d5269b0Copy full SHA for d5269b0
src/net/socket.cpp
@@ -63,7 +63,6 @@ socket::~socket() NOEXCEPT
63
{
64
BC_ASSERT_MSG(stopped(), "socket is not stopped");
65
if (!stopped_.load()) { LOGF("~socket is not stopped."); }
66
- if (websocket_.has_value()) { LOGF("~socket websocket is not reset."); }
67
}
68
69
// Stop.
0 commit comments