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

Support string and binary data #26

Open
hpx7 opened this issue Jul 15, 2021 · 1 comment
Open

Support string and binary data #26

hpx7 opened this issue Jul 15, 2021 · 1 comment

Comments

@hpx7
Copy link

hpx7 commented Jul 15, 2021

I am sending strings and Uint8Arrays over my websockets, so I don't want json encoding etc

@houd1ni
Copy link
Owner

houd1ni commented Jul 16, 2021

Hi! There's encode and decode config fields, so you can pack your data another way. Make sure, that you include message id into it for server side to recognize a message.

image

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