twilio / conversations-ios

SPM releases
https://www.twilio.com/docs/conversations/ios/changelog
10 stars 5 forks source link

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

Closed nshape-dev closed 2 years ago

nshape-dev commented 2 years ago

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

Pavel-Cherentsov commented 2 years ago

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.

Gray-Wind commented 2 years ago

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