hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

ServiceMessageProcessingEvent for BasicMessage not triggering #191

Closed sahil-khanna closed 3 years ago

sahil-khanna commented 3 years ago

Hi,

I have a Xamarin Edge Agent. I have subscribed to ServiceMessageProcessingEvent and am able to get the events such as OfferCredential, RequestPresentation, etc.

I want to receive an update when the Edge Agent gets a BasicMessage. However, I'm unable to receive any such event with the ServiceMessageProcessingEvent subscription.

Can anyone help me with this, please?

sahil-khanna commented 3 years ago

This is resolved by publishing an event in the DefaultBasicMessageHandler.cs.