Folks, 1.13.0 contains a new feature that allows the router to open additional outgoing links on an inter-router connection to better support streaming of large outgoing messages (see [0]).
Unfortunately that fix made some bad assumptions on the format of the version string that the router advertises when opening a connection. [0] uses the peer router's version to decide whether or not it supports the ability to accept additional links on the inter-router connection. This issue essentially disables the feature when the version string is customized. I've introduced a fix [1] that removes the version string parsing and replaces it with capabilities advertised via the @open performative. Would it be possible to release this fix as a patch release to 1.13.0? [0] https://issues.apache.org/jira/browse/DISPATCH-1545 [1] https://issues.apache.org/jira/browse/DISPATCH-1765 thanks -- -K
