Avatar
omochimetaru 5/16/2019 2:05 PM
なるほど。
2:06 PM
その後、下記2件はまとまりました。 vaporのWebSocketClientのバグ修正 https://github.com/vapor/nio-websocket-client/pull/4 Swordの未実装作業の完了 https://github.com/Azoy/Sword/pull/56
I retry #3 This PR resolves #1. Original implementation have this steps. add out WebSocketFrameEncoder add in WebSocketFrameDecoder remove inout WebSocketClientUpgradeHandler upgradePipelineHandler...
I implemented transport compression. I keep code difference small as much as I can. I split changes to some commits so that it is easy to review. I explain detail. 0206648: Change nio-websocket-cl...