pub fn viewer_to_server( url: String, on_binary_msg: impl Fn(Vec<u8>) -> ControlFlow<()> + Send + 'static, ) -> Result<()>
Connect viewer to server