kdcllc / CometD.NetCore

CometD for use with Salesforce Platform Events
MIT License
28 stars 16 forks source link

Async IMessageListener #24

Open Bchir opened 3 years ago

Bchir commented 3 years ago

Hello, Is it possible to update the package to support async/await patttern to end up with Async method for IMessageListener

Task OnMessage(IClientSessionChannel channel, IMessage message);