This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 280
Owin.OwinWebSockets sample broken #81
Comments
@JunTaoLuo is this on CoreCLR or CLR/Mono or both? @Tratcher any ideas? |
I tested this on CLR previously, did not confirm on CoreCLR but I presume the same issue will occur. |
The issue was that https://github.com/aspnet/Entropy/blob/dev/samples/Owin.OwinWebSockets/Startup.cs#L45 fails since the key |
I think the dictionary use to return null for missing entries but now throws. Change to TryGetValue. |
merged to dev |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
An internal error occurs when running this sample. Using diagnostics I see:
Seems like we need to handle the case when the key doesn't even exist.
The text was updated successfully, but these errors were encountered: