mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-27 04:59:02 +02:00
fix initial worker service state
This commit is contained in:
@ -200,7 +200,7 @@ impl Worker {
|
|||||||
wrk.services.push(WorkerService {
|
wrk.services.push(WorkerService {
|
||||||
factory,
|
factory,
|
||||||
service,
|
service,
|
||||||
status: WorkerServiceStatus::Available,
|
status: WorkerServiceStatus::Unavailable,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user