twilio / conversations-ios

SPM releases

Home Page:https://www.twilio.com/docs/conversations/ios/changelog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash when I try to send text message and call buildAndSend()

nshape-dev opened this issue · comments

I'm using pod 'TwilioConversationsClient', '~> 2.2', whenever I try to send a message with this link of code
self.conversation?.prepareMessage().setBody("Hello").buildAndSend()

The app crashs in this method [TCHConversationLimits initWithConversationLimitsInternal:]

Screenshot 2022-05-31 at 3 51 16 pm

Screenshot 2022-05-31 at 4 15 21 pm

Hi @nshape-dev, thank you for reporting.
I suppose that such crash could happen if message is attempted to be sent at the same time the Client is shutting down.
We are applying a fix for this case.

Hello, this issue has been fixed in the new release.
Feel free to create a new issue if something doesn't work.