Msquic cannot establish a connection properly under Android #4165
Unanswered
noah-hwang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1.Switch the master branch to the following node
Revised by Nick Banks [email protected]
Date: Before June (2023/8/24 3:14:41)
Submitted by: GitHub [email protected]
Submit the hash value: 972 e6773282b053b6acf928eb05a85be7fd87d67
Child object: c885d5f f78f2f1
Parent object: cd49fbb
2.Use the following command to compile the Android program
./scripts/build.ps1 -Config Debug -Platform android -Arch arm -Tls openssl
3.use quicsample test function in android
server:quicsample -server -cert_file:./cert/server.cert -key_file:./cert/server.key
client:quicsample -client -target:127.0.0.1 4567 -unsecure
But always connect fail
[conn][0xec182a10] Connecting...
[conn][0xec182a10] Successfully shut down on idle.
[conn][0xec182a10] All done
But I switched to the previous commit node,The test can connect successfully。
Has anyone ever had this problem,thanks!
Beta Was this translation helpful? Give feedback.
All reactions