NorskSettings.signal property
Abort the connection. Aborting tears down the gRPC channel and its watchers, cancels any open streams, and rejects a pending connect() — so a caller that gives up (e.g. a connect-with-timeout retry loop) does not leave an abandoned instance watching the channel and firing late when the Manager eventually comes up.
Signature:
signal?: AbortSignal;