fix
Dieser Commit ist enthalten in:
Ursprung
61da24b5a2
Commit
46461cb46a
@ -47,7 +47,7 @@ Connection::~Connection()
|
||||
{
|
||||
assert(isEventLoopThread());
|
||||
assert(!m_session);
|
||||
assert(!m_socket->is_open());
|
||||
assert(!m_socket.is_open());
|
||||
}
|
||||
|
||||
void Connection::start()
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren