fix(eventsub): close connection after timeout (#6059)

This commit is contained in:
nerix
2025-03-09 22:44:02 +01:00
committed by GitHub
parent 9124c68278
commit 108a437841
5 changed files with 9 additions and 7 deletions
+1
View File
@@ -556,6 +556,7 @@ void Session::checkKeepalive()
{
this->listener->onClose(std::move(this->listener), {});
}
this->close();
return;
}
this->receivedMessage = false;