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

Feature Request: Add Support for Opcode 0x1 (Text Frame) #14

Open
skibitsky opened this issue Sep 3, 2024 · 0 comments · May be fixed by #15
Open

Feature Request: Add Support for Opcode 0x1 (Text Frame) #14

skibitsky opened this issue Sep 3, 2024 · 0 comments · May be fixed by #15

Comments

@skibitsky
Copy link

Hello,

Currently the SimpleWebTransport only supports WebSocket communication using opcode 0x2 (Binary Frame). This limits its use for applications that need to handle text data, like JSON or other UTF-8 encoded messages, which are transmitted using opcode 0x1 (Text Frame).

It would be great to have support for text frames as well, as this would make the library much more versatile and useful for a broader range of WebSocket applications :)

@James-Frowen James-Frowen linked a pull request Sep 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant