handle ThreadInterruptedException for aspnet
pdeligia opened this issue · 0 comments
pdeligia commented
We use ThreadInterruptedException
to terminate controlled threads. This does not play well nicely when aspnet is building an application, ending up consuming the exception. We should find a clean workaround this.