-
Notifications
You must be signed in to change notification settings - Fork 68
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
split stream, what is latest status of feature unstable-split
?
#64
Comments
unstable-split
?
It's been in use in Deno for a few months now, I think and it's been stable. I'm not sure if we'll tweak the API in the future to make it a little more ergonomic, but the feature definitely works. |
@mmastrac, by reading the impl, it seems to me the read frame is not Cancel safe. Am I correct? |
I suspect if you are using automatic pong and automatic close, those methods are not cancellation-safe. We probably need to have a full poll-read/poll-write set of interfaces to ensure that. |
I am not familiar with websocket wired-protocol, I wondering if this is potential risk |
Definitely |
No description provided.
The text was updated successfully, but these errors were encountered: