Closed ramagottfried closed 3 years ago
issue 1. above is now fixed.
@ramagottfried, did this ever get dealt with? Can you comment or close?
it's been quite a while, but I believe this was a suggestion you made, and has been implemented a long time ago. There are now three outlets, the middle outlet sends out errors, and the rightmost outlet is a delegation outlet where unmatched (unattached) messages are routed. Seems to be working fairly well as far as I can tell.
The big change was that previously the object was union'ing the attached addresses with unattached messages -- but I think the updated design seems right, and makes sense that the delegation outlet handles unattached / unmatched addresses.