swift-nio-extras icon indicating copy to clipboard operation
swift-nio-extras copied to clipboard

TaggedRequestResponseHandler

Open weissi opened this issue 2 years ago • 0 comments

Motivation:

NIORequestResponseHandler is great, for protocols where responses are in the same order as requests. Unfortunately, it doesn't work for protocols where responses may arrive out-of-order with regards to the order of the requests, such as NFS (#155).

Modifications:

  • Add NIOTaggedRequestResponseHandler

Result:

Ability to easily handle protocols with out-of-order responses.

weissi avatar Apr 21 '22 15:04 weissi