shortcut / shortcut-foundation-ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in Networking: status change with sim inserted/removed

andreaCascella opened this issue · comments

Info:

Found a bug in the Networking package, i'm signaling it here because it could be also included in ShortcutFoundation.
While testing error cases i was using an iPhone with no sim inserted. This led to an offline error being raised as a Networking.NetworkingError with status .notConnectedToInternet.
When testing with a sim inserted, however, the error changed to a .unknown error.