Open Bartmax opened 7 years ago
https://github.com/RobGibbens/ResilientServices/blob/master/ResilientServices/ResilientServices/Services/ConferencesService.cs#L76
Error message:
Please use asynchronous-defined policies when calling asynchronous ExecuteAsync (and similar) methods
I think it should be WaitAndRetryAsync ?
Had the same problem with the same error. I too swapped to WaitAndRetryAsync and that seemed to pacify it.
https://github.com/RobGibbens/ResilientServices/blob/master/ResilientServices/ResilientServices/Services/ConferencesService.cs#L76
Error message:
I think it should be WaitAndRetryAsync ?