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

Implement functions similar to write_message and read_message from tungstenite #121

Open
lescuer97 opened this issue Sep 24, 2020 · 1 comment

Comments

@lescuer97
Copy link

Hi i don't know if is yet to be implemented or not going to be, but the functions to comunicate with the web socket i think are really important, i would be glad to do it, but a little help would be great because I'm kind of novice hahahaha, i think this is is necesary because i haven't seen a way in this package for complicating with the WebSocket, if i'm wrong please correct me ;).

@daniel-abramov
Copy link
Member

We have not planned it, because you can get the same functionality by calling the appropriate functions on the Stream and Sink. It would be possible to add a wrapper to be able to read and write a single message. Not sure if it would be very useful for normal usage though...

@daniel-abramov daniel-abramov changed the title implement functions write_message and read_message fromn tungstenite Implement functions similar to write_message and read_message from tungstenite? Oct 19, 2020
@daniel-abramov daniel-abramov changed the title Implement functions similar to write_message and read_message from tungstenite? Implement functions similar to write_message and read_message from tungstenite Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants