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

delete unsupported msg types from mediator inbox #183

Closed ntsbs closed 3 years ago

ntsbs commented 3 years ago

Signed-off-by: Sebastian Bickerle sebastian.bickerle@main-incubator.com

Short description of what this resolves:

Inbox messages stored at the mediator which are not supported by message handlers of the edge client remain as unprocessed messages in the inbox. Therefore, those messages are processed over and over again each time the client fetches the inbox. In oder to prevent a bloated inbox, I propose to remove those messages from the inbox.

Changes proposed in this pull request: