John Zhou
John Zhou
### Expected behavior When calling the async version of ClientBootstrap(group:).connect(to:channelInitializer), the connection failure should throw an error, similar to the normal version where connection reset error is thrown. ### Actual...
Add ability to get the amount of buffered outbound data from `Channel` ### Motivation: Right now, SwiftNIO does not have the API to answer the question "how much data is...
Add new protocol to get buffered bytes from `ChannelHandler`s and `ChannelPipeline` API to query the buffered bytes from `ChannelHandler`s ### Motivation: In #2849, a new `ChannelOption` is introduced to retrieve...