kdcllc/CometD.NetCore

Async IMessageListener

Bchir opened this issue · 0 comments

Bchir commented

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);