Required Instance Methodswift-nio 2.72.0NIOCore

    fireChannelInactive

    Called once a Channel becomes inactive.

    ChannelInvoker.swift:207
    func fireChannelInactive()

    What inactive means depends on the Channel implementation and semantics. For example for TCP it means the Channel was disconnected from the remote peer and closed.

    Other requirements

    Instance members