microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

Tasks hangs when shutting down #3377

Closed chkeita closed 1 year ago

chkeita commented 1 year ago

The onefuzz task hangs while waiting for the tokio runtime to close. We should force a shutdown of the tokio environment when we exit the task.

AB#163024