- Fixes MLA-163
#region Destruction
/// <summary>
/// Ensure that when this object is destructed, the connection is closed.
/// </summary>
~RpcCommunicator()
{
Close();
}
/// Close the communicator gracefully on both sides of the communication.
public void Close()