This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 246
Logging after dispose issues? #563
Comments
We were going to wait for this aspnet/DependencyInjection#463 which would solve the issue |
Should be gone now |
This isn't fixed 😢
|
I think we need to fix both bugs. This shouldn't throw, it should just noop |
Same here:
|
Fixed via ab43352 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seems like kestrel tries to log during shutdown if there's a critical error and that explodes in a weird way because we're trying to write to a blocking collection that has had CompleteAdding called on it.
/cc @BrennanConroy
The text was updated successfully, but these errors were encountered: