-
Notifications
You must be signed in to change notification settings - Fork 2
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
Configurable timeouts #8
Comments
Do you have some more logs? Any code for reproducing the error? |
Future<List> findAllServices(int secondsDuration) async {
} |
Strange moment is that if I replace: |
That seems odd, but configurable timeouts still seem like a good enhancement. |
Hello
From time to time I see timeouts:
TimeoutException after 0:00:10.000000: Future not completed - http://192.168.1.104/2_v4_upnp_device_desc.xml
TimeoutException after 0:00:10.000000: Future not completed - http://192.168.1.113:6661/
TimeoutException after 0:00:10.000000: Future not completed - http://192.168.1.1:49152/IGDdevicedesc.xml
TimeoutException after 0:00:10.000000: Future not completed - http://192.168.1.1:49154/description.xml
It happens on random manner. Sometimes I see them, sometime not. I saw timeout values in library, but can not find way to configure them.
Most frequently I see this for router. Like too much services to process.
Can we configure timeouts?
The text was updated successfully, but these errors were encountered: