Skip to content
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

Browser compat: Stream class using unsupported API #44543

Closed
Tracked by #64596
buyaa-n opened this issue Nov 11, 2020 · 2 comments
Closed
Tracked by #64596

Browser compat: Stream class using unsupported API #44543

buyaa-n opened this issue Nov 11, 2020 · 2 comments
Labels
arch-wasm WebAssembly architecture area-System.IO
Milestone

Comments

@buyaa-n
Copy link
Member

buyaa-n commented Nov 11, 2020

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

Originally posted by @marek-safar in #43363 (comment)

@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Nov 11, 2020
@buyaa-n buyaa-n added the arch-wasm WebAssembly architecture label Nov 11, 2020
@marek-safar marek-safar added area-System.IO and removed untriaged New issue has not been triaged by the area owner labels Nov 12, 2020
@marek-safar marek-safar added this to the 6.0.0 milestone Nov 12, 2020
@adamsitnik
Copy link
Member

@marek-safar does it meet the 6.0 bar?

@adamsitnik adamsitnik modified the milestones: 6.0.0, 7.0.0 Aug 3, 2021
@lewing lewing modified the milestones: 7.0.0, 8.0.0 Jul 25, 2022
@lewing lewing closed this as completed Jul 21, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-System.IO
Projects
None yet
Development

No branches or pull requests

5 participants