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? |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Mar 26, 2021
Replies: 1 comment
-
Are you using the |
Beta Was this translation helpful? Give feedback.
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
-unsecure
flag 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.