fix(eventsub): close connection after timeout (#6059)
This commit is contained in:
@@ -556,6 +556,7 @@ void Session::checkKeepalive()
|
||||
{
|
||||
this->listener->onClose(std::move(this->listener), {});
|
||||
}
|
||||
this->close();
|
||||
return;
|
||||
}
|
||||
this->receivedMessage = false;
|
||||
|
||||
Reference in New Issue
Block a user