pymdht
pymdht copied to clipboard
Kill UI when minitwisted crashes
Now, whenever the minitwisted thread crashes, the main thread keeps running. I think it's better to use a threading.join() to kill the whole process when the minitwisted thread dies.