Pol Quintana

Results 47 comments of Pol Quintana

Hi @AndrewSB. Could you please let us know what's the flow that leads to calling `loadPreviousMessages` for you? You should have called `synchronize` before, that should have set a value...

We have created a branch for you to test: https://github.com/GetStream/stream-chat-swift/pull/2279 But we believe there can be something you are doing within your flow that's not following the expected order (`synchronize`...

The changes you are interested in should be the ones added in https://github.com/GetStream/stream-chat-swift/commit/233455651bb239c255f56f6f74d83fd4ba9a1a65 (PR: https://github.com/GetStream/stream-chat-swift/pull/2298)

Happy to hear that @AndrewSB 😄

Hi @jrBordet, Thank you for your report. We've internally logged it and we will work on it!

Hi @jfru, We've been testing this, and we've been unable to reproduce it after 4.20.0. Could you please send us a mail with the app id and the channel id...

We're going to close it for now. Please reopen it if you are still having issues.

Hi @saidReclip , Are you sure there is no connectivity issues on your side while testing? Could you please share a video?

Hi @jfru, bear in mind that we perform an API call once the Push Notification is received to get the updates. There are several things outside our control that can...

Is there any update about it? I am sometimes getting random fails when using `will` Also, it sometimes get stuck when `applyMatcher:to` gets called. Here: _Line 123_ ``` objc [[NSRunLoop...