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

* NEW [bridge] support multi-streaming of QUIC #1452

Merged
merged 4 commits into from
Sep 25, 2023
Merged

Conversation

JaylinYu
Copy link
Member

need to wait nanonng

Signed-off-by: jaylin <jaylin@emqx.io>
@JaylinYu JaylinYu marked this pull request as draft September 21, 2023 01:58
Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
@JaylinYu JaylinYu marked this pull request as ready for review September 25, 2023 01:34
@JaylinYu JaylinYu merged commit 439607f into master Sep 25, 2023
17 of 26 checks passed
@JaylinYu JaylinYu deleted the jaylin/develop branch September 25, 2023 01:35
quic_connect_cb(void *rmsg, void *arg)
{
struct connect_param *param = arg;
int reason = 0;

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable reason is not used.
}

static int
quic_disconnect_cb(void *rmsg, void *arg)

Check notice

Code scanning / CodeQL

Unused static function Note

Static function quic_disconnect_cb is unreachable
@@ -1453,6 +1453,24 @@
console("disconnected reason : %d\n", reason);
}

static int
quic_connect_cb(void *rmsg, void *arg)

Check notice

Code scanning / CodeQL

Unused static function Note

Static function quic_connect_cb is unreachable
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