The echo module is used for connectivity checks. When a client sends a Ping command, the module responds with a Pong event.
Ping
Pong
pub use command::EchoCommand;
pub use event::EchoEvent;