views:

30

answers:

0

Cross-posting from Nservicebus discussion group here.

The 2 min. story is that I am trying to get a response from a Saga back to my asp.net mvc front end. For some reason, the ReplyToOrginiator() method returns to message but the AsyncCallback in asp.net mvc is not able to pick up the message. However, if I try to use the Reply method in another commandHandler, then the callback executes.

Hope I'd get more luck in SO.