diff --git a/src/DotNetty.Transport.Libuv/Native/WriteRequest.cs b/src/DotNetty.Transport.Libuv/Native/WriteRequest.cs index 9b4391a8b..f0da3c1fc 100644 --- a/src/DotNetty.Transport.Libuv/Native/WriteRequest.cs +++ b/src/DotNetty.Transport.Libuv/Native/WriteRequest.cs @@ -63,7 +63,7 @@ internal void DoWrite(NativeChannel.INativeUnsafe channelUnsafe, ChannelOutbound Debug.Assert(this.nativeUnsafe == null); this.nativeUnsafe = channelUnsafe; - this.input.ForEachFlushedMessage(this); + input.ForEachFlushedMessage(this); this.DoWrite(); }