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
Hello, I have been using your library for websockets for a while now and now I have a need to pass binary data to Protobuf, how to implement this?
Hi there! Of course, you can send binary data using various methods, such as WebSockets, REST, and so on. For example, take a look at the WebSockets method, which takes either a byte or a string argument. You will need to call this method from your DT model, which is created by the Protocol Utility's writeToBuffer(). After that, you will want to add this array to your WebSocket send method.
Hello, I have been using your library for websockets for a while now and now I have a need to pass binary data to Protobuf, how to implement this?
The text was updated successfully, but these errors were encountered: