iflytek / aiges

AI Serving framework loader
Apache License 2.0
273 stars 35 forks source link

problems when using CTRL+C to stop the program #41

Closed sea-wyq closed 2 years ago

sea-wyq commented 2 years ago

The aiges loader process cannot be closed with ctrl + c, and the kill command is also required. We have this problem inside the docker container.

sea-wyq commented 2 years ago

fixed

whybeyoung commented 2 years ago

@sea-wyq please make the title more readable.

sea-wyq commented 2 years ago

fixed:issue https://github.com/xfyun/aiges/issues/41

whybeyoung commented 2 years ago

@sqjian I just learned that signal.INT is captured in xsf. Do you have any suggestions for this?

whybeyoung commented 2 years ago

close this beacuse of handled in the xsf framework