mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-28 12:10:37 +02:00
fix server worker name
This commit is contained in:
@ -299,7 +299,7 @@ impl ServerWorker {
|
||||
// TODO: wait for server startup with sync channel
|
||||
|
||||
std::thread::Builder::new()
|
||||
.name("eofibef".to_owned())
|
||||
.name(format!("actix-server worker {}", idx))
|
||||
.spawn(move || {
|
||||
// forward existing actix system context
|
||||
if let Some(sys) = sys {
|
||||
|
Reference in New Issue
Block a user