Active ACP connection returned by AgentApp.connect(...) and ClientApp.connect(...).
AgentApp.connect(...)
ClientApp.connect(...)
Use this handle when you need a connection to stay open independently of a single connectWith(...) operation.
connectWith(...)
Readonly
AbortSignal that aborts when the connection closes.
Promise that resolves when the connection closes.
Closes the connection and rejects pending requests.
Optional
Active ACP connection returned by
AgentApp.connect(...)andClientApp.connect(...).Use this handle when you need a connection to stay open independently of a single
connectWith(...)operation.