Github user ted-ross commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/357#discussion_r209298628
--- Diff: src/router_node.c ---
@@ -1179,6 +1180,9 @@ static void qd_router_timer_handler(void *context)
// Periodic processing.
//
qd_pyrouter_tick(router);
+
+ qdr_process_tick(router->router_core);
+
--- End diff --
Nitpick: Why so much whitespace between these lines?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]