You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this library. Help me a lot!!
Just wondering that how i can set indicator message length is using 4 utf8 string than using hex encoding for send and receive?
Thank you!
The text was updated successfully, but these errors were encountered:
Thanks. This library defaults to using 2 bytes for the length Indicator. It will require a tweak to make that work. Setting a configurable encoding for the length indicator for example.
As a work around, you can set it to false using {lenHeader: false} in config during encoding then add it manually while removing it from the buffer before decoding.
First of all, thank you for this library. Help me a lot!!
Just wondering that how i can set indicator message length is using 4 utf8 string than using hex encoding for send and receive?
Thank you!
The text was updated successfully, but these errors were encountered: