RegistryManager still uses a default timeout of 100 seconds. #2480
itziksaban
started this conversation in
General
Replies: 1 comment 1 reply
-
RegistryManager operations (including GetDeviceAsync) all allow you to pass in a cancellation token in case you want to set a custom timeout for each operation. With that in mind, is there some reason why you'd still like the default timeout to be changed? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I saw that in release 1.37.1 you removed the default timeout from ServiceClient. Unfortunately, we are using RegistryManager to GetDeviceAsync, and there, it seems like the default timeout is still 100 seconds. Any plans to change that as well?
Thanks
Itzik
Beta Was this translation helpful? Give feedback.
All reactions