Open woksin opened 2 months ago
Notify has an overload for a FUnc<TObserver, Task> norification delegate, why are we not using this? Because we are using the non-async version we have task.Wait() calls hanging around
Fixed by #1421
Notify has an overload for a FUnc<TObserver, Task> norification delegate, why are we not using this? Because we are using the non-async version we have task.Wait() calls hanging around