-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xamarin.iOS System.TimeoutException: Operation Timeout expired #535
Comments
Thanks for reporting @craylward . Is this the same with #519? |
Seems to be a slightly different issue based on the output of the stack trace.. #519 looks like the root cause is the AMQP transport layer. |
Thanks for the feedback.This is currently in our backlog and will consider it as part of our planning cycle. |
Yes this is expected when the network is disconnected. You need to ignore this exception conditionally for the device client to continue retrying to connect. Once the network connection is back, the receive operations will resume. Here is a sample that shows how to implement it: DeviceReconnectionSample |
Re-opening and closing to work around dashboard issue. |
Closing the issue. |
Description of the issue:
When running the Xamarin.iOS sample and calling the ReceiveCommands method, receive an uncaught System.TimeoutException after ~4-5 minutes with internet disconnected.
Code sample exhibiting the issue:
Xamarin.iOS Sample code in this repo
Console log of the issue:
The text was updated successfully, but these errors were encountered: