Commit 022fbd8
committed
fix: thread resetting after reconnection (#3492)
The crux of this issue is mostly explained
[here](GetStream/stream-chat-js#1702).
<!-- Provide a description of the implementation -->
<!-- Add relevant screenshots -->
<details>
<summary>iOS</summary>
<table>
<thead>
<tr>
<td>Before</td>
<td>After</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<!--<img src="" /> -->
</td>
<td>
<!--<img src="" /> -->
</td>
</tr>
</tbody>
</table>
</details>
<details>
<summary>Android</summary>
<table>
<thead>
<tr>
<td>Before</td>
<td>After</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<!--<img src="" /> -->
</td>
<td>
<!--<img src="" /> -->
</td>
</tr>
</tbody>
</table>
</details>
<!-- Explain how this change can be tested (or why it can't be tested)
-->
- [ ] I have signed the [Stream
CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform)
(required)
- [ ] PR targets the `develop` branch
- [ ] Documentation is updated
- [ ] New code is tested in main example apps, including all possible
scenarios
- [ ] SampleApp iOS and Android
- [ ] Expo iOS and Android1 parent dd234db commit 022fbd8
File tree
6 files changed
+27
-11
lines changed- examples
- ExpoMessaging
- SampleApp
- package
- src/components
- Channel
- Chat
6 files changed
+27
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6043 | 6043 | | |
6044 | 6044 | | |
6045 | 6045 | | |
6046 | | - | |
| 6046 | + | |
| 6047 | + | |
| 6048 | + | |
| 6049 | + | |
| 6050 | + | |
| 6051 | + | |
| 6052 | + | |
| 6053 | + | |
| 6054 | + | |
| 6055 | + | |
| 6056 | + | |
| 6057 | + | |
| 6058 | + | |
| 6059 | + | |
| 6060 | + | |
| 6061 | + | |
6047 | 6062 | | |
6048 | 6063 | | |
6049 | 6064 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8364 | 8364 | | |
8365 | 8365 | | |
8366 | 8366 | | |
8367 | | - | |
8368 | | - | |
8369 | | - | |
8370 | | - | |
| 8367 | + | |
| 8368 | + | |
| 8369 | + | |
| 8370 | + | |
8371 | 8371 | | |
8372 | 8372 | | |
8373 | 8373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1126 | 1126 | | |
1127 | 1127 | | |
1128 | 1128 | | |
1129 | | - | |
| 1129 | + | |
1130 | 1130 | | |
1131 | 1131 | | |
1132 | 1132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8352 | 8352 | | |
8353 | 8353 | | |
8354 | 8354 | | |
8355 | | - | |
8356 | | - | |
8357 | | - | |
8358 | | - | |
| 8355 | + | |
| 8356 | + | |
| 8357 | + | |
| 8358 | + | |
8359 | 8359 | | |
8360 | 8360 | | |
8361 | 8361 | | |
| |||
0 commit comments