Closed serzhiio closed 1 year ago
What is the best practice to reconnect to a Quic server whithin same Udp client? Is there a way to auto reconnect, or should i make new Connection?
To recover from a lost connection, you will need to make a new connection. If you're dealing with transient loss of network access, consider increasing your idle timeout so that connections are not lost as easily.
What is the best practice to reconnect to a Quic server whithin same Udp client? Is there a way to auto reconnect, or should i make new Connection?