canton7 / Stylet

A very lightweight but powerful ViewModel-First MVVM framework for WPF for .NET Framework and .NET Core, inspired by Caliburn.Micro.
MIT License
981 stars 143 forks source link

HandleAsync not supported #186

Closed pedrollanes closed 3 years ago

pedrollanes commented 3 years ago

When you use EventAggregator you can't handle async. I think that it's important because in the handler, if you want to call to async method you are force to use GetAwaiter, and in some cases I have deathlocks. Are you going to develop HandleAsync for eventAggregator?

pedrollanes commented 3 years ago

Moved to discussion https://github.com/canton7/Stylet/discussions/189