Skip to main content

handle_connection

Function handle_connection 

Source
pub fn handle_connection(
    stream: impl Read + Write,
    ctx: HandlerContext,
) -> Result<(), String>