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
When trying to publish a proto binary buffer the object is converted to JSON string, but it should be published as it is since the client supports buffer / Uint8Array
One way to do it is to change the condition as follow:
When trying to publish a proto binary buffer the object is converted to JSON string, but it should be published as it is since the client supports buffer / Uint8Array
One way to do it is to change the condition as follow:
Is it possible to apply this change ?
Thanks
Andrea
Code from mqtt.service.ts :
The text was updated successfully, but these errors were encountered: