Stream interface for ACP connections.
This type powers the bidirectional communication for an ACP connection, providing readable and writable streams of messages.
The most common way to create a Stream is using ndJsonStream.
Outgoing JSON-RPC messages written by this side of the ACP connection.
Incoming JSON-RPC messages read by this side of the ACP connection.
Stream interface for ACP connections.
This type powers the bidirectional communication for an ACP connection, providing readable and writable streams of messages.
The most common way to create a Stream is using ndJsonStream.