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
238 stars 159 forks source link

Question - Should client support multiple msgEvent registration ? #395

Open rolsonquadras opened 4 years ago

rolsonquadras commented 4 years ago

Based on question raised by @troyronda in PR.

Summary - Currently, the DIDExchange client [supports registering multiple] message(https://github.com/hyperledger/aries-framework-go/blob/master/pkg/client/didexchange/client.go#L192) events. Should client support multiple msgEvent registration?

rolsonquadras commented 4 years ago

@troyronda I don't have an opinion on this. If we want to reduce the complexity, I can update the code.