mirror of
https://github.com/fafhrd91/actix-net
synced 2025-02-20 07:40:33 +01:00
fix initial worker service state
This commit is contained in:
parent
c4e2051327
commit
de84663768
@ -200,7 +200,7 @@ impl Worker {
|
|||||||
wrk.services.push(WorkerService {
|
wrk.services.push(WorkerService {
|
||||||
factory,
|
factory,
|
||||||
service,
|
service,
|
||||||
status: WorkerServiceStatus::Available,
|
status: WorkerServiceStatus::Unavailable,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user