Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose exchange url. read it from env or conf #1662

Merged
merged 5 commits into from Feb 10, 2024
Merged

expose exchange url. read it from env or conf #1662

merged 5 commits into from Feb 10, 2024

Conversation

JaylinYu
Copy link
Member

@JaylinYu JaylinYu commented Feb 5, 2024

work with nanomq/NanoNNG#850
set 0xffffffff as recvmax value by default

@JaylinYu JaylinYu marked this pull request as draft February 5, 2024 09:54
Signed-off-by: jaylin <jaylin@emqx.io>
Signed-off-by: jaylin <jaylin@emqx.io>
Signed-off-by: jaylin <jaylin@emqx.io>
@JaylinYu JaylinYu marked this pull request as ready for review February 10, 2024 09:13
Signed-off-by: jaylin <jaylin@emqx.io>
Copy link

codecov bot commented Feb 10, 2024

Codecov Report

Attention: 64 lines in your changes are missing coverage. Please review.

Comparison is base (ba1e233) 55.82% compared to head (a944cd7) 55.43%.
Report is 10 commits behind head on master.

Files Patch % Lines
nanomq/webhook_inproc.c 0.00% 32 Missing ⚠️
nanomq/conf_api.c 9.67% 28 Missing ⚠️
nanomq/apps/broker.c 0.00% 3 Missing ⚠️
nanomq/webhook_post.c 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1662      +/-   ##
==========================================
- Coverage   55.82%   55.43%   -0.39%     
==========================================
  Files          18       18              
  Lines        6913     6974      +61     
==========================================
+ Hits         3859     3866       +7     
- Misses       3054     3108      +54     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

if ((rv = nng_exchange_client_open(node->sock)) != 0) {
log_error("nng_exchange_client_open failed %d", rv);
} else {
// nng_socket_set_ms(*node->sock, NNG_OPT_RECVMAXSZ, 0xFFFFFFFFu);

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
@JaylinYu JaylinYu merged commit cb8dcc7 into master Feb 10, 2024
96 of 98 checks passed
Copy link
Member

@wanghaEMQ wanghaEMQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants