Defines a 2-way duplex stream, where the caller can send data across the "onSend" stream and listen for responses from the "onReceive" stream.
Use the send() method to perform a round-trip operation, and wait on receiver results directly.
Generated using TypeDoc
Defines a 2-way duplex stream, where the caller can send data across the "onSend" stream and listen for responses from the "onReceive" stream.
Use the send() method to perform a round-trip operation, and wait on receiver results directly.