How to gracefully restart connection #4093
Replies: 1 comment 3 replies
-
We do not support restarts. You must open a new connection and try again. Same for streams. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When the client calls ConnectionStart ,But connect failed,ClientConnectionCallback call QUIC_CONNECTION_EVENT_SHUTDOWN_COMPLETE event。
Can I quickly restart Connection without closing the connection and re-opening it。
Or the connection can only be reopened with the following call:
ConnectionClose->ConnectionOpen->ConnectionStart
The same question applies to stream restart.
thanks!
Beta Was this translation helpful? Give feedback.
All reactions