Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 473 Bytes

tryorama.trycpclient.close.md

File metadata and controls

19 lines (11 loc) · 473 Bytes

Home > @holochain/tryorama > TryCpClient > close

TryCpClient.close() method

Closes the client connection.

Signature:

close(): Promise<unknown>;

Returns:

Promise<unknown>

A promise that resolves when the connection was closed.