This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 524
Make UVException Serializable (like all other exceptions) #1609
Comments
What exactly are you doing? |
Looks like the original exception is due to this issue: After disposing the DI container, I'm no longer seeing this problem. |
That exception looks completely different but glad you solved it. |
The UvException was wrapping the ObjectDisposedException described in #946. Ideally UvException would follow the pattern for all exceptions in the corefx and be Serializeable. |
@alextolp updated the title of the issue. Feel free to send a pull request for this one. Though I don't know if that's possible in netstandard 1.3. If not, it's not worth fixing IMO. |
We may accept a PR, though closing the bug. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm seeing the following error consistently when running unit tests against kestrel server. It seems to be benign and happens during cleanup.
The text was updated successfully, but these errors were encountered: