mirror of
https://github.com/smittix/intercept.git
synced 2026-07-05 16:18:12 -07:00
3bbf3dae97
stop() was returning before the decode thread could save any partial image to disk, so the frontend loadImages() call found nothing new. Join the decode thread (2s timeout) before returning — with select()- based reads the thread exits within ~0.5s so this stays responsive. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>