cjohansson / emacs-ssh-deploy

A deployment plugin via Tramp for Emacs.
GNU General Public License v3.0
152 stars 6 forks source link

Bug where async process dies #40

Closed cjohansson closed 5 years ago

cjohansson commented 6 years ago

Process has died seems to occur frequently when there are multiple asynchronous processes going on, it would be good to investigate possible to solutions to this

cjohansson commented 5 years ago

Using thread-support should resolve this issue since it's no longer dependent on async.el