Skip to content

Commit

Permalink
Debug: simulate extra PN_CONNECTION_WAKE at end of batch processing
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed Sep 13, 2021
1 parent 12c524d commit c546f31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/container.c
Expand Up @@ -481,6 +481,10 @@ void qd_conn_event_batch_complete(qd_container_t *container, qd_connection_t *qd
to_free = DEQ_HEAD(qd_conn->free_link_session_list);

}

if (!conn_closed) {
writable_handler(container, qd_conn->pn_conn, qd_conn);
}
}


Expand Down

0 comments on commit c546f31

Please sign in to comment.