-
Notifications
You must be signed in to change notification settings - Fork 20
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
Sync to updated 0.22.1 #1004
Sync to updated 0.22.1 #1004
Conversation
Signed-off-by: jaylin <jaylin@emqx.io>
Signed-off-by: jaylin <jaylin@emqx.io>
Signed-off-by: jaylin <jaylin@emqx.io>
Signed-off-by: jaylin <jaylin@emqx.io>
Signed-off-by: jaylin <jaylin@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
fix a mistake while picking commit Signed-off-by: jaylin <jaylin@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Fixed stack smash && other issues.
Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
Support multiple mqtt stream
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: xinyi-xs <lihj@emqx.io>
Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
resolve merging conflicts Signed-off-by: jaylin <jaylin@emqx.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -315,6 +315,7 @@ struct conf_exchange_node { | |||
|
|||
nng_socket *sock; | |||
nng_mtx *mtx; | |||
char *exchange_url; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just realized this.
I prefer to settle multi-stream query in self-defined protocol. instead of assigning unique URL to each stream.
@RanMaoyi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just thinking about it feels like a huge project, with a lot of decoupling to do, so we can plan it out later.
No description provided.