Constant AWAY
pub const AWAY: u16 = 1001; // 1_001u16Available on crate feature
ws only.Expand description
Indicates that an endpoint is “going away”, such as a server going down or a browser having navigated away from a page.
pub const AWAY: u16 = 1001; // 1_001u16ws only.Indicates that an endpoint is “going away”, such as a server going down or a browser having navigated away from a page.