Hello, I'm trying to use multiple handlers per protocol as shown on the [Shortstop repo](https://github.com/krakenjs/shortstop#multiple-handlers) but I found out we can only register one per protocol https://github.com/ExpediaGroup/determination/blob/master/lib/resolver.js#L46 so I was thinking we can also accept array of functions and set all of them on the protocol. Are there any plans on including a feature like this in the future, I could work on this if we agree on implementing something like this.
Hello, I'm trying to use multiple handlers per protocol as shown on the Shortstop repo but I found out we can only register one per protocol https://github.com/ExpediaGroup/determination/blob/master/lib/resolver.js#L46 so I was thinking we can also accept array of functions and set all of them on the protocol.
Are there any plans on including a feature like this in the future, I could work on this if we agree on implementing something like this.