What other ways can one detect a lack of connection in Roadshow? #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In Roadshow,
bsdsocket.library
is always available, so checkingSocket Library Open
for0
won't work. How else can we detect that there's no internet connection without making a network request that fails?Async Writing
Current solution: