We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282aa52 commit 66dada7Copy full SHA for 66dada7
roles/translator/src/lib/mod.rs
@@ -33,7 +33,7 @@ pub mod utils;
33
pub struct TranslatorSv2 {
34
config: ProxyConfig,
35
reconnect_wait_time: u64,
36
- shutdown: Arc<Notify>,
+ pub shutdown: Arc<Notify>,
37
}
38
39
impl TranslatorSv2 {
0 commit comments