Contents

timeout

The timeout value in seconds for the connection between the client and server.

Declaration

var timeout: TimeInterval { get }

Discussion

When the timeout expires, the client attempts to reconnect with the server. If after several retries, the client can’t reestablish a connection to the server, the framework invokes the attachment(_:didEncounterError:) delegate method.

See Also

Getting information about the attachment point