gautema / CQRSlite

A lightweight framework to help creating CQRS and Eventsourcing applications in C#
Other
1.1k stars 266 forks source link

Please make use of ConfigureAwait(false) #74

Closed bdongus closed 6 years ago

bdongus commented 6 years ago

Hi.

In my own code I follow the best practices Steven Cleary recommends. As there is no UI thread context in CQRSlite, the use of .ConfigureAwait(false) IMHO makes sense and could improve performance.

Or is there a reason not making use of it in CQRSlite?

Kind regards Bernd

gautema commented 6 years ago

Hi.

There is no reason. I'll take a look at it during the weekend or next week.

bdongus commented 6 years ago

Awesome

gautema commented 6 years ago

Fixed in release 0.23.0