Commit dcb0ffd
authored
Fix RxResult performance issue in Browser (#1023)
`setImmediate` was slowing down the result consumption since it postpone the execution to the next cycle.
Since the cycle in Browser is longer, the issue was more perceptive there.
The remove of `setImmediate` doesn't cause any issue with the back-pressure mechanics.1 parent b6d31dd commit dcb0ffd
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
| 255 | + | |
255 | 256 | | |
256 | 257 | | |
257 | 258 | | |
| |||
0 commit comments