DefaultChannelWriter
should return Channel
instead of ChannelHandlerContext
#228
Milestone
DefaultChannelWriter
should return Channel
instead of ChannelHandlerContext
#228
Returning
ChannelHandlerContext
is ambiguous as it is unclear whichChannelHandler
does this context belong to.Instead we should return
Channel
and it is possible to do everything with theChannel
interface as it was forChannelHandlerContext
The text was updated successfully, but these errors were encountered: