Ms. Belle

Results 1 issues of Ms. Belle

Snippet: ```rust let msg = sub_socket.next().await.unwrap(); println!("Received message: {:?}", msg); ``` subsocket shutdown triggered ```rust impl Drop for SubSocket { fn drop(&mut self) { // Try to tell the driver...