pub fn indicate_end_of_interaction(
    transport: impl Transport
) -> Result<(), Error>
Available on crate features blocking-client or async-client only.
Expand description

Send a message to indicate the remote side that there is nothing more to expect from us, indicating a graceful shutdown.