Convert to Async tree controllers #10791
blockingHD
started this conversation in
Features and ideas
Replies: 1 comment
-
Done :) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Currently Tree Controller can't be async which causes issues when populating from other sources such as a WebAPI as HttpClientFactory uses only async methods (apart from send).
Looking at the implementation it would just be a matter of either changing the implementation of TreeController base or adding a TreeControllerAsync.
Wonder if this would be beneficial or even possible?
Beta Was this translation helpful? Give feedback.
All reactions