Closes the MSRP connection.
Async iterable of inbound MsrpMessages (each auto-acknowledged with 200).
Sends a message, chunking bodies larger than the configured chunk size, and resolving once every chunk is acknowledged.
The message body (a string is UTF-8 encoded).
Optionalopts: { contentType?: string; messageId?: string }
Optional content type and message id.
Resolves once all chunks are acknowledged.
A live MSRP session over one active TCP/TLS connection.
Since
1.0.3