Expand description
High-performance raw TCP client implementation with TLS capability, automatic reconnection with exponential backoff and state management.
Re-exports§
pub use client::SocketClient;pub use config::SocketConfig;pub use types::TcpMessageHandler;pub use types::TcpReader;pub use types::TcpWriter;pub use types::WriterCommand;