Review InboundMessageDistributor changes
IMD is a critical class and you've added about 150 lines there. Will use this as a place to take notes.
-
In two places, you uncommented the "removing replies from a DSRM" code. These were commented out by me in 2014. Need to justify the uncommenting based on a careful review of the 2014 checkin, or if this was just "research", then revert.
-
Added code and logging for RI DSM down client tunnel at about line 300. It appears this code will never be hit, because the RI DSM down client tunnel case is handled above at about line 125 by code that's been there quite a while
more to follow after further review and testing