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
In #29 support was added for producing raw buffer messages. However, as far as I understand, support for consuming binary messages is missing. The decoder converts message values to strings by assumption before calling the callback.
There should be a configuration parameter that controls whether to interpret messages as strings or not, or alternatively, the possibility to provide a custom message decoder function.
The text was updated successfully, but these errors were encountered:
In #29 support was added for producing raw buffer messages. However, as far as I understand, support for consuming binary messages is missing. The decoder converts message values to strings by assumption before calling the callback.
There should be a configuration parameter that controls whether to interpret messages as strings or not, or alternatively, the possibility to provide a custom message decoder function.
The text was updated successfully, but these errors were encountered: