mrbbot / ntlm

🔐 NTLM authentication for Dart/Flutter.
https://pub.dev/packages/ntlm
The Unlicense
14 stars 15 forks source link

OS Error: Connection timed out, errno = 110 #23

Open andreadinca1998 opened 2 years ago

andreadinca1998 commented 2 years ago

Hi, I have a problem with this package. I need my application to run whether it is connected or not. when I'm online it work just fine but, when I'm offline, I encounter some issues. After a while that my application can't connect to the server I get an error saying "OS Error: Connection timed out, errno = 110" that I'm not able to handle . I was wondering if anyone has a solution for this.