fix: gate Unix broker cleanup state by platform
This commit is contained in:
parent
71516a5dab
commit
24369ac363
1 changed files with 1 additions and 0 deletions
|
|
@ -699,6 +699,7 @@ fn start_at(
|
|||
let authenticated_connections = Arc::new(AtomicUsize::new(0));
|
||||
let worker_shutdown = Arc::clone(&shutdown);
|
||||
let worker_authenticated_connections = Arc::clone(&authenticated_connections);
|
||||
#[cfg(unix)]
|
||||
let worker_socket = socket_path.clone();
|
||||
let (ready_sender, ready_receiver) = mpsc::sync_channel(1);
|
||||
let worker = thread::Builder::new()
|
||||
|
|
|
|||
Loading…
Reference in a new issue