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
Hey, I have app crash when receive binary. Encoded version:
{msg, {text, <<"some text">>}}
And I decoding data like this:
let decoder = BertDecoder()
decoder.decodeAny(data: data)
Exception:
*** Terminating app due to uncaught exception
'NSInvalidArgumentException', reason: '*** -
[NSArray count]: method only defined for abstract class.
Define -[BertSwift.BertTuple count]!'
The text was updated successfully, but these errors were encountered:
Hey, I have app crash when receive binary. Encoded version:
And I decoding data like this:
Exception:
The text was updated successfully, but these errors were encountered: