pub async fn ws_blocking<T, F>(handle: &RuntimeHandle, f: F) -> Result<T>where T: Send + 'static, F: FnOnce() -> Result<T> + Send + 'static,