createSuspend
suspend fun createSuspend(socketPath: String? = null): NodePersistentSocketWrapper
Content copied to clipboard
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.