Async methods for RegisterHandler on MessageQueue
We want to use servicestack mq for queue processing paired with redis, however the
server.RegisterHandler
Only allows for sync methods. The processing we wish to do calls multiple async methods.
Is there a way to register an async method to be a handler?