mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The WeakPtrFactory must be deleted on the thread where it was created. However, the service isolate is created and destroyed on threads from the Dart thread pool, and the creating thread may not be the same as the destroying thread.