hasLeftOvers

    true if the EmbeddedChannel if there was unconsumed inbound, outbound, or pending outbound data left on the Channel when it was finished.

    Embedded.swift:536
    var hasLeftOvers: Bool { get }

    Other members in extension

    Instance members

    • var isClean: Bool

      true if the EmbeddedChannel was clean on finish, ie. there is no unconsumed inbound, outbound, or pending outbound data left on the Channel.