Skip to content

Commit 796488e

Browse files
committed
initial commit
1 parent a87ef6b commit 796488e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/s2_sdk/_s2s/_append_session.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,11 @@ async def _run_attempt(
193193

194194
if resend_remaining > 0:
195195
resend_remaining -= 1
196-
if resend_remaining == 0 and frame_signal is not None:
196+
if (
197+
resend_remaining == 0
198+
and frame_signal is not None
199+
and not inflight_inputs
200+
):
197201
frame_signal.reset()
198202

199203

0 commit comments

Comments
 (0)