This commit is contained in:
Auxilor
2023-02-14 20:09:56 +00:00
parent aff8fa8e88
commit ebf8abf764

View File

@@ -39,7 +39,7 @@ class EcoChannelDuplexHandler(
event.handleSend()
if (!event.isCancelled) {
super.channelRead(ctx, msg)
super.write(ctx, msg, promise)
}
} else {
super.write(ctx, msg, promise)