generalbots/src/main_module
Rodrigo Rodriguez (Pragmatismo) dae78479d2
Some checks failed
BotServer CI / build (push) Failing after 6m54s
Fix HEAR: block thread on channel instead of throw+re-run from top
- Add hear_channels: HashMap<Uuid, SyncSender<String>> to AppState
- HEAR now blocks the spawn_blocking thread via sync_channel recv()
- deliver_hear_input() called at top of stream_response() to unblock
- Script continues from exact HEAR position, no side-effect re-execution
- All three HEAR variants (basic, AS TYPE, AS MENU) use same mechanism
2026-03-16 23:00:17 -03:00
..
bootstrap.rs Fix HEAR: block thread on channel instead of throw+re-run from top 2026-03-16 23:00:17 -03:00
drive_utils.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
health.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
mod.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
server.rs fix: suggestion and talk keyword improvements 2026-03-16 13:29:14 -03:00
shutdown.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
types.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00