triggerUserOutboundEvent(_:file:line:)

    Trigger a custom user outbound event which will flow through the ChannelPipeline.

    AsyncAwaitSupport.swift:157
    iOS
    13+
    macOS
    10.15+
    tvOS
    13+
    watchOS
    6+
    func triggerUserOutboundEvent(_ event: Any, file: StaticString = #fileID, line: UInt = #line) async throws

    Parameters

    event

    the event itself.

    Returns

    the future which will be notified once the operation completes.

    Other members in extension

    Instance members