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
#2250 illustrates a bit of an issue with the process cancelation in sbt when fork := false. For whatever reason, the fibers don't seem to be canceled entirely and the thread pools are not cleaned up. Needs verification and minimization.