Commit 966209c
committed
Fix: skip resume cursor when switching providers
Resume cursors are provider-specific opaque state and must not be
forwarded across provider boundaries. When providerChanged is true,
set resumeCursor to undefined instead of resolving the old provider's
cursor, which would be misinterpreted by the new provider.1 parent eec6d64 commit 966209c
File tree
1 file changed
+1
-1
lines changed- apps/server/src/orchestration/Layers
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments