Closed holgerbrandl closed 10 years ago
Not yet released! API-Changes: Removed deprecated method BusConfiguration.SyncAsync() -> use MBassador default constructor instead"
Is that what you was looking for?
@aymeric-soubrouillard yes indeed, it's exactly what I meant. Thank you for fixing it and for providing this great library.
I am not the developper, i am just a user like you. But yes, thanks to Benjamin Diedrichsen for Mbassador.
Sure, sorry for my confusion. Thanks Benjamin Diedrichsen for providing this great library!
Yes, hail to Benjamin Diedrichsen :) @aymeric-soubrouillard thanks for pointing out the changes I had made over the weekend. A new release will come in December. I think it will mainly include updated documentation and validation of handler and bus configuration.
The README.md suggests to use
new MBassador(BusConfiguration.SyncAsync())
, howeverSyncAsync
seems to be deprecated in v1.2.Most APIs provide a default constructor (or a factory that gives an instance without providing complex arguments), so maybe
MBassador
could do as well? :-)