You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code is used in Connection tests, possibly elsewhere.
I assume this didn't break because it's just a nullability change, but we should fix it regardless. And we should fix the behavior of the test code to return null when disposed and validate this.
The text was updated successfully, but these errors were encountered:
ConnectionListener.AcceptAsync() was allowed to return null in #41304.
There's test code here that implements this API:
runtime/src/libraries/Common/tests/System/Net/VirtualNetwork/VirtualNetworkConnectionListenerFactory.cs
Line 56 in 8b5467e
This code is used in Connection tests, possibly elsewhere.
I assume this didn't break because it's just a nullability change, but we should fix it regardless. And we should fix the behavior of the test code to return null when disposed and validate this.
The text was updated successfully, but these errors were encountered: