iijlab / direct-hs

Client library for https://direct4b.com in Haskell
8 stars 1 forks source link

Possible thread leak when channel aborts #30

Open igrep opened 6 years ago

igrep commented 6 years ago

Investigate whether direct-hs has a thread-leak on some case: Threads spawned by withChannel function can be left alive until the process exits when they exit with an error. If such thread-leak can actually happen, add a thread to kill such "zombie" threads.