Closed tiago-alves closed 6 years ago
I believe this is an issue with the AdvancedMessageContext
. It is possible to fix, but requires registering custom internal services. Before I'll go into the details: do you think it would be at all feasable to migrate to 2.0 (currently in rc1)? This is no longer an issue for that client.
Closing this now. Feel free to re-open if you have any more issues regarding this.
Hi,
I'm trying to implement an image processing service that is going to receive images to be processed and will return the extracted information to a different queue. After removing all the unnecessary code I realized that the problem I am facing is when I call publish from within subscribe delegate.
Below is the method where I subscribe.
And here is the method where I create the BusClient;
The problem is that I always get the following exception when PublishAsync is called.