Details
Assignee
Yaroslav LastivkaYaroslav LastivkaReporter
Yaroslav LastivkaYaroslav LastivkaLabels
Components
Priority
Medium
Details
Details
Assignee
Yaroslav Lastivka
Yaroslav LastivkaReporter
Yaroslav Lastivka
Yaroslav LastivkaLabels
Components
Priority
Created March 19, 2025 at 11:05 AM
Updated March 19, 2025 at 11:05 AM
Finish implementation of
StreamSender
and write unit tests.This implementation differs from
ChannelSender
in way of its registration, usage of streamID
s and possibility to stream multiple stream “at the same moment“ (multiplexing).HTTP1
ChannelSender
is built onSimpleChannelInboundHandler
, for HTTP2 we can useHttp2ChannelDuplexHandler
.