Soneso / stellar_flutter_sdk

Stellar SDK for flutter - dart, Stellar, Horizon, Soneso
MIT License
71 stars 33 forks source link

_ClientSocketException #67

Closed jopmiddelkamp closed 11 months ago

jopmiddelkamp commented 11 months ago

We are seeing a lot of errors in our crashlytics.. First I thought it has to do with bad signal but we never see any issue/exceptions with our Dio requests.. I wonder if you might have any ideas?

Screenshot 2023-07-20 at 20 24 04 Screenshot 2023-07-20 at 20 23 51
hasToDev commented 11 months ago

Failed host lookup error usually has something to do with no internet connection. fromDomain did not handle the error thrown by the HTTP client. For now, catch the error thrown by fromDomain and retry again.

jopmiddelkamp commented 11 months ago

My bad, somehow we refactored away some code that stops the pulling process in the background. This error has to do with pulling in the background.