writeAndFlush(_:promise:)

Fires writeAndFlush from the tail to the head.

ChannelPipeline.swift:1556
func writeAndFlush(_ data: NIOAny, promise: EventLoopPromise<Void>?)

This method should typically only be called by Channel implementations directly.