fix: missing #ifndef for release build
Dieser Commit ist enthalten in:
Ursprung
9739910b9f
Commit
5d1968b865
@ -85,10 +85,12 @@ void WebSocketConnection::disconnect()
|
||||
});
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
bool WebSocketConnection::isServerThread() const
|
||||
{
|
||||
return std::this_thread::get_id() == m_server.threadId();
|
||||
}
|
||||
#endif
|
||||
|
||||
boost::asio::io_context& WebSocketConnection::ioContext()
|
||||
{
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren