Replies: 1 comment
-
I now believe this is unavoidable and is caused by the network stack on macOS / iOS. I have started another discussion for exploring if this can be mitigated through reqwest: #1776 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given this code:
Running the following way:
macOS
cargo run
iOS
Then both macOS and iOS will hang indefinitely until I switch back to the original WiFi connection, at which point they will resume.
In my case, this is unexpected and unwanted. How can I make the response fail as soon as possible when this happens, so that I can retry with the new connection type?
Beta Was this translation helpful? Give feedback.
All reactions