Describe the bug
Output is auto encoded to string. It is fine if I send data to server but if send data using EmitTo to client then format breaks. It's convert into text.
To Reproduce
Steps to reproduce the behavior:
Try with protocol-buffers to send encoded data from server to client (js). It works fine if encoded with json but not default protocol-buffers encoding.
Expected behavior
Should be able to both sending & receiving binary data
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug Output is auto encoded to string. It is fine if I send data to server but if send data using
EmitTo
to client then format breaks. It's convert into text.To Reproduce Steps to reproduce the behavior: Try with protocol-buffers to send encoded data from server to client (js). It works fine if encoded with json but not default protocol-buffers encoding.
Expected behavior Should be able to both sending & receiving binary data
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.