Is it possible to handle 'Connection reset by peer' and resend dio request after this error? This error doesn't have a code and is returned back from network stack as a SocketException with message. Unfortunately it is hard to catch it for debugging.
Is it possible to handle 'Connection reset by peer' and resend dio request after this error? This error doesn't have a code and is returned back from network stack as a SocketException with message. Unfortunately it is hard to catch it for debugging.