Commit cf805f7
Transition from .reconnecting to .streaming when data arrives
Previously processServiceStream only upgraded status from .connecting to
.streaming, so a reconnect that was actively receiving data stayed stuck
on .reconnecting the whole time. Extend the same transition to also fire
from .reconnecting so the UI reflects that streaming is live.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 87a41c3 commit cf805f7
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
933 | 933 | | |
934 | 934 | | |
935 | 935 | | |
| 936 | + | |
936 | 937 | | |
937 | 938 | | |
938 | 939 | | |
| |||
961 | 962 | | |
962 | 963 | | |
963 | 964 | | |
| 965 | + | |
964 | 966 | | |
965 | 967 | | |
966 | 968 | | |
| |||
994 | 996 | | |
995 | 997 | | |
996 | 998 | | |
| 999 | + | |
997 | 1000 | | |
998 | 1001 | | |
999 | 1002 | | |
| |||
0 commit comments