close

suspend fun close()

Closes the current session associated with the RpcSendService.

This method finalizes and safely terminates the session, ensuring that resources tied to it are properly cleaned up. After invoking this method, further communication through the session is no longer possible.

Return

A Unit indicating the completion of the close operation.