Required Instance Methodswift-nio 2.72.0NIOCore

    leaveGroup(_:device:promise:)

    Request that the MulticastChannel leave the multicast group given by group on the device given by device.

    MulticastChannel.swift:80
    func leaveGroup(_ group: SocketAddress, device: NIONetworkDevice?, promise: EventLoopPromise<Void>?)

    Parameters

    group

    The IP address corresponding to the relevant multicast group.

    device

    The device on which to leave the given group, or nil to allow the kernel to choose.

    promise

    The EventLoopPromise that will be notified once the operation is complete, or nil if you are not interested in the result of the operation.

    Other requirements

    Instance members

    Show obsolete interfaces (2)

    Hide obsolete interfaces

    Citizens in NIOCore

    Default implementations