Paul Kompfner
f11b6d7151
Fix Gemini Live session resumption hanging after reconnect
...
After a reconnect, _ready_for_realtime_input was never set back to True
because _create_initial_response (which sets the flag) is only called on
initial connection. This caused all audio/video/text to be silently
dropped after reconnecting, making the bot appear to hang.
Set the flag in _handle_session_ready when we detect a reconnect, either
via session_resumption_handle (server restores state) or via existing
context (rare case where connection drops before first resumption handle).
2026-04-03 18:27:10 -04:00
..
2025-12-17 14:20:34 -05:00
2026-04-01 19:02:34 -04:00
2026-04-02 18:06:28 -05:00
2026-04-02 18:06:28 -05:00
2026-03-30 09:59:03 -04:00
2026-03-29 10:12:35 -04:00
2026-03-29 10:18:52 -04:00
2026-03-30 14:16:21 -04:00
2026-03-30 14:24:49 -04:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-30 15:06:05 -07:00
2026-03-31 15:34:16 -04:00
2026-03-31 15:34:16 -04:00
2026-03-31 15:34:16 -04:00
2026-03-31 15:34:16 -04:00
2026-03-31 15:34:16 -04:00
2026-03-31 15:34:16 -04:00
2026-03-31 15:34:16 -04:00
2026-03-31 15:34:16 -04:00
2026-03-31 15:34:16 -04:00
2026-03-31 15:34:16 -04:00
2026-03-31 15:34:16 -04:00
2026-03-30 21:40:17 -04:00
2026-03-31 09:28:31 -04:00
2026-04-01 14:03:08 -04:00
2026-04-01 14:03:08 -04:00
2026-04-01 14:03:08 -04:00
2026-04-01 14:03:08 -04:00
2026-04-01 14:03:08 -04:00
2026-04-01 14:03:08 -04:00
2026-04-01 14:03:08 -04:00
2026-04-02 12:10:57 -04:00
2026-04-01 17:03:05 -04:00
2026-04-01 17:03:05 -04:00
2026-04-01 13:58:45 -07:00
2026-04-01 19:04:11 -07:00
2026-04-01 19:04:11 -07:00
2026-04-02 11:34:22 -04:00
2026-04-02 11:34:22 -04:00
2026-04-02 11:34:22 -04:00
2026-04-02 11:34:22 -04:00
2026-04-02 11:34:22 -04:00
2026-04-02 11:34:22 -04:00
2026-04-02 11:34:22 -04:00
2026-04-02 11:34:22 -04:00
2026-04-02 11:34:22 -04:00
2026-04-02 11:34:22 -04:00
2026-04-02 11:54:07 -07:00
2026-04-02 11:54:07 -07:00
2026-04-03 11:34:50 -04:00
2026-04-02 22:10:09 -04:00
2026-04-02 22:10:09 -04:00
2026-04-02 22:10:09 -04:00
2026-04-02 22:10:09 -04:00
2026-04-02 22:10:09 -04:00
2026-04-02 22:10:09 -04:00
2026-04-02 21:16:49 -07:00
2026-04-03 09:52:31 -04:00
2026-04-03 09:52:31 -04:00
2026-04-03 13:43:02 -04:00
2026-04-03 18:27:10 -04:00