parley-messaging / ios-library

Parley iOS app library
MIT License
2 stars 2 forks source link

Fix issue PollingService is instantiated with previous messagesManager #140

Closed nlamah closed 2 weeks ago

nlamah commented 2 weeks ago

Fix issue that when a ParleyView is initialized after Parly.state got configured and Parley is configured again the pollingService is instantiated with previous messagesManager, see the test case.

nlamah commented 2 weeks ago

@alexkok Here is an example how the state can be triggered. https://github.com/parley-messaging/ios-library/compare/master...nlamah:parley-ios-library:example-polling-service-on-reconfigure?expand=1 Steps to reproduce:

alexkok commented 2 weeks ago

Released in 4.1.7 🚀