Several new types - e.g., TransportClientMultiplexer - have been developed in #417 to address problems with sharing a single connection and message ordering. However, at this time, those changes only fully address these problems on the "client" side of connections.
Corresponding behavior needs to be implemented on the service side, through service manager classes directly and/or via AbstractRequestHandler and its subclasses.
This issue blocks the completion of #417.
Several new types - e.g.,
TransportClientMultiplexer- have been developed in #417 to address problems with sharing a single connection and message ordering. However, at this time, those changes only fully address these problems on the "client" side of connections.Corresponding behavior needs to be implemented on the service side, through service manager classes directly and/or via
AbstractRequestHandlerand its subclasses.This issue blocks the completion of #417.