Commit 8c75849
committed
fix(remote-config, ios): workaround firebase-ios-sdk#11458 until SDK v10.12.0
the impact of the workaround is that on iOS, if you subscribe to remote-config
realtime updates at all, the web socket to listen for updates will be opened and
never closed, even if you unsubscribe all listeners
this should be reverted when 10.12.0 is adopted1 parent 90fc7b7 commit 8c75849
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
329 | 335 | | |
330 | 336 | | |
331 | 337 | | |
| |||
0 commit comments