Skip to content

Commit

Permalink
* NEW [conf_ver2] support HOCON config as well
Browse files Browse the repository at this point in the history
Signed-off-by: jaylin <jaylin@emqx.io>
  • Loading branch information
JaylinYu committed Nov 28, 2024
1 parent 140522d commit 30ba359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/supplemental/nanolib/conf_ver2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,7 @@ conf_bridge_node_parse(
update_bridge_node_vin(node, CONF_NODE_FORWARD);
hocon_read_num(node, max_recv_queue_len, obj);
hocon_read_num(node, max_send_queue_len, obj);
nng_lmq_alloc(&node->ctx_msgs, node->max_send_queue_len);
hocon_read_num(node, resend_interval, obj);
hocon_read_num(node, resend_wait, obj);
hocon_read_num(node, cancel_timeout, obj);
Expand Down

0 comments on commit 30ba359

Please sign in to comment.