Skip to content

Instance Method

start(address:)

Deprecated

The Server receiving this message does not support all address types, and must be updated.

A default implementation that throws ServerStartError.unsupportedAddress for .unixDomainSocket(path:) if start(address:) is not implemented by the conforming type, or calls the deprecated .start(hostname:port:) method for other cases.
func start(address: BindAddress?) throws