How do you properly handle HTTPService calls that never return with Result or Error? I have one that repeatedly sits and sits, never coming back from the server.
If I set timeout, that's fine, but then how to gracefully tell the user the call has been timed out?