Add ConnectionHandler::on_post_batch

This commit is contained in:
2025-08-19 15:28:17 -04:00
parent 33fd8bb705
commit 6b7cc74a7c
3 changed files with 34 additions and 8 deletions

View File

@@ -51,6 +51,7 @@ struct Connection {
}
return result;
}
void *user_data = nullptr;
// Note: To release connection back to server, use
// Server::releaseBackToServer(std::move(connection_ptr))