nexus/src/networking/mod.rs

2 lines
181 B
Rust
Raw Normal View History

2022-07-31 00:01:13 +00:00
pub const SERVER_CLOSE_CONNECTION: &str = "{payload_header: \"server.close_connection\"}";
pub const CLIENT_CLOSE_CONNECTION: &str = "{payload_header: \"client.close_connection\"}";