Files
headmic/headmic.py
Alex c7b0be3319 Fix API hang — switch gaze push from httpx to urllib
httpx.post creates a new connection per call at 10Hz, causing connection
pile-up that eventually blocks the event loop. urllib is lightweight and
stateless — no connection pooling overhead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 21:22:42 -05:00

30 KiB