-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Enable two networking tests #81895
[Android] Enable two networking tests #81895
Conversation
…dationCallback is called more than once
…tificateSelection on Android
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue DetailsThis is a follow up to #81631, ref #79143 The assert in AndroidCryptoNative_RegisterRemoteCertificateValidationCallback was failing because of a race condition in
|
/azp run runtime-android |
Azure Pipelines successfully started running 1 pipeline(s). |
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsThis is a follow up to #81631, ref #79143 The assert in AndroidCryptoNative_RegisterRemoteCertificateValidationCallback was failing because of a race condition in
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice.
The |
This is a follow up to #81631, ref #79143
The assert in AndroidCryptoNative_RegisterRemoteCertificateValidationCallback was failing because of a race condition in
SslStream.Android.cs:77
that called the initialization code twice.