| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Solid PR, solves a bunch of probable issues |
Sorry, something went wrong.
Signed-off-by: Guilherme Costa <guilherme.costa@blockstec.com>
…to bugfix/threading-concurrency
| Back | FazBrowse Home | New Git URL |
Description
Motivation
The WebSocket layer had multiple threading races and incorrect cross-thread event dispatch causing UI freezes and crashes on Pi hardware. RepeatedTimer had inverted stop-event logic causing timers to never stop correctly. These are the root-cause fixes for the most severe class of bugs in #200.