You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.map_err(|e| eprintln!("Failed to subscribe: {}", e))
110
-
}));
111
-
```
112
-
113
-
## Known Caveats
114
-
115
-
A Hyper Client is retained by each PubSub client for reuse. This can cause the tokio runtime to not exit until the Hyper Client keep-alive terminates. To shutdown the runtime immediately on complete, the PubSub client needs to be explicitly dropped.
0 commit comments