hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
240 stars 158 forks source link

Service - Retry logic #242

Open rolsonquadras opened 4 years ago

rolsonquadras commented 4 years ago

Based on the TODO in didexchange/service.go.

The service doesn't inform the consumers if there are any issues with the callback processing. There should be a way to communicate the error to the consumers.

rolsonquadras commented 4 years ago

Tagging discussion on the design: https://github.com/hyperledger/aries-framework-go/pull/393#issuecomment-539107508 https://github.com/hyperledger/aries-framework-go/pull/393#issuecomment-539177203

rolsonquadras commented 4 years ago

Need more grooming on this issue, specifically retry.