|
ORE Studio 0.0.4
|
Ping message sent by client to check connection liveness. More...
#include <heartbeat_protocol.hpp>

Static Public Member Functions | |
| static std::vector< std::byte > | serialize (ping v) |
| Serialize to frame payload. | |
| static std::expected< ping, error_code > | deserialize (std::span< const std::byte > data) |
| Deserialize from frame payload. | |
Ping message sent by client to check connection liveness.
Lightweight keepalive message with no payload.