mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
DefaultSessionConnection can run on two threads - the UI and raster threads. This change ensures that all variables they both touch is guarded by the mutex. Fixes: fxbug.dev/80625