connectMulticast(on:)

    Creates a multicast DNS client. This client will join the multicast group and listen for responses. It will also send queries to the multicast group.

    DNSClient+Connect.swift:39
    static func connectMulticast(on group: EventLoopGroup) -> EventLoopFuture<DNSClient>

    Parameters

    group

    EventLoops to use

    Other members in extension

    Type members

    Instance members