kuasar-io / kuasar

A multi-sandbox container runtime that provides cloud-native, all-scenario multiple sandbox container solutions.
https://kuasar.io
Apache License 2.0
1.27k stars 90 forks source link

task: bugfix for ttrpc server closed #143

Closed Burning1020 closed 3 months ago

Burning1020 commented 3 months ago

Ttrpc Server in task would be closed after start_task_server() as Rust will drop the variable, so extra it to keep it alive as long as main funtion.