Function tdbg::send_tdbg

source · []
pub fn send_tdbg(message: &str) -> Result<(), Error>
Expand description

Send the message to the tdbg server.

Always return Ok.

Silently fails if connection is refused. This way, it does not disrupt the workflow of the original program.