Add unsubscribe to objects
This commit is contained in:
@@ -9,7 +9,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
|
||||
match notification {
|
||||
Some(Notification::Open) => {
|
||||
println!("Open");
|
||||
println!("Connection opened.");
|
||||
|
||||
// After the connection is successfully open
|
||||
|
||||
|
Reference in New Issue
Block a user