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
BeginReadInternal(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state, bool serializeAsynchronously, bool apm) and BeginWriteInternal(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state, bool serializeAsynchronously, bool apm) methods of Stream class are referencing SemaphoreSlim.Wait() not supported on browser
Please create an issue and link it, we have to block the API or fix it
BeginReadInternal(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state, bool serializeAsynchronously, bool apm)
andBeginWriteInternal(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state, bool serializeAsynchronously, bool apm)
methods of Stream class are referencingSemaphoreSlim.Wait()
not supported on browserPlease create an issue and link it, we have to block the API or fix it
Originally posted by @marek-safar in #43363 (comment)
The text was updated successfully, but these errors were encountered: