You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: