What's New in Kiosk Satellite 2026.9.45
This release fixes three specific crashes related to Sendspin, hand gestures and RTSP camera streaming.
Bug Fixes
- Late Hand Tracker Result: The Show fingers gesture's tracker delivers its last result on a thread of its own. When it arrived after the camera session had been torn down with the Activity, the process died with a RejectedExecutionException. The result is dropped instead.
- RTSP Client During a Server Stop: Turning RTSP streaming off while a client was connecting could close that client's socket before its thread had set it up, and the setup threw on a daemon thread and took the app down. The setup now sits inside the client's error handling. Reproduced and verified on an Echo Show 8 with 60 stop and start cycles under a connection flood.
- MulticastLock Under-Locked: Sendspin discovery released its multicast lock from the discovery callback thread and the main thread with nothing between them, and two releases in a row crashed the app. Both paths now share one lock and a release that has already happened is skipped.