We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d508b commit 043be93Copy full SHA for 043be93
1 file changed
src/s2_sdk/_s2s/_append_session.py
@@ -209,6 +209,7 @@ async def _body_gen(
209
while True:
210
inp = await input_queue.get()
211
if inp is None:
212
+ await input_queue.put(None)
213
return
214
encoded = _encode_input(inp, compression)
215
inflight_inputs.append(
0 commit comments