HiveMind-core icon indicating copy to clipboard operation
HiveMind-core copied to clipboard

Does not close port on exit

Open builderjer opened this issue 5 years ago • 1 comments

When exiting "examples/mycroft_master.py", it does not close the used port. I have to find it with ps aux and kill the process.

I know it's not a major issue, but I hope any I put on here will be welcome.

Thanks guys for your work

builderjer avatar Feb 01 '21 14:02 builderjer

you are correct that the twisted reactor is not closing properly, i think this has been reported in one of the other repos

It's a somewhat important bug to fix, you can't exit with ctrl+c either

JarbasAl avatar Feb 01 '21 14:02 JarbasAl

with the tornado rewrite this no longer applies

JarbasAl avatar Jun 16 '23 20:06 JarbasAl