writeAndFlush(_:file:line:)

    Shortcut for calling write and flush.

    ChannelInvoker.swift:149
    func writeAndFlush(_ data: NIOAny, file: StaticString = #fileID, line: UInt = #line) -> EventLoopFuture<Void>

    Parameters

    data

    the data to write

    Returns

    the future which will be notified once the write operation completes.

    Other members in extension

    Instance members