createSuspend

suspend fun createSuspend(socketPath: String? = null): NodePersistentSocketWrapper

Parameters

socketPath

The socket path to try. If this is null (default), it will try to default socket paths.

Throws

if unable to connect to the signald socket.