on_post_batch -> on_batch_complete
This commit is contained in:
@@ -395,7 +395,7 @@ public:
|
||||
proto_data->process(data);
|
||||
}
|
||||
|
||||
void on_post_batch(std::span<std::unique_ptr<Connection>> batch) override {
|
||||
void on_batch_complete(std::span<std::unique_ptr<Connection>> batch) override {
|
||||
// Process a batch of connections
|
||||
for (auto& conn_ptr : batch) {
|
||||
if (conn_ptr) {
|
||||
|
||||
Reference in New Issue
Block a user