sample is abnormal? #1380
Answered
by
nibanks
木易wq (muyiwq)
asked this question in
Q&A
sample is abnormal?
#1380
|
sample client first ClientConnectionCallback Event->Type show QUIC_CONNECTION_EVENT_SHUTDOWN_INITIATED_BY_TRANSPORT and sample server Event->Type show QUIC_CONNECTION_EVENT_IDEAL_PROCESSOR_CHANGED, lead to client exit, how to deal with this question make stream normal communicate? |
Answered by
nibanks
Mar 26, 2021
Replies: 1 comment
|
Are you using the |
0 replies
Answer selected by
nibanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you using the
-unsecureflag when connecting with the client? My guess is that the client is just failing to connect because of a self-signed certificate on the server side.