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
I'm writing a client application in iOS that uses ProtocolBuffer with this library.
I have a server written with ProtobufJS, there I'm using both encodeDelimited and decodeDelimited which AFAIK write the length of the message before the message.
The problem is I could not find a match methods for length delimited in ProtoBuf-ObjC. Can you help me understand how to do that?
The text was updated successfully, but these errors were encountered:
I'm writing a client application in iOS that uses ProtocolBuffer with this library.
I have a server written with ProtobufJS, there I'm using both encodeDelimited and decodeDelimited which AFAIK write the length of the message before the message.
The problem is I could not find a match methods for length delimited in ProtoBuf-ObjC. Can you help me understand how to do that?
The text was updated successfully, but these errors were encountered: