Fix delta final priority problem in backend
This commit is contained in:
@@ -939,7 +939,9 @@ class DuplexPipeline:
|
|||||||
text=text_chunk,
|
text=text_chunk,
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
priority=40,
|
# Keep delta/final on the same event priority so FIFO seq
|
||||||
|
# preserves stream order (avoid late-delta after final).
|
||||||
|
priority=20,
|
||||||
)
|
)
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user