NetworkActorInterruptionHandler
A handler that is invoked when the underlying connection is interrupted. An attempt at creating a new connection will occur if another remote call is invoked on the same remote instance of an actor.
Declaration
typealias NetworkActorInterruptionHandler = ((any Error)?) -> Void