Files
plezy/windows/runner
edde746 0e3c592205 fix(windows): marshal mpv events onto the platform thread
close #1453

Events were delivered to the Flutter event sink directly on the mpv event
thread while method replies were already marshaled; concurrent messenger
use from two threads intermittently crashed guests during the event burst
of an in-place media switch. Also joins the event thread before draining
platform tasks in the plugin destructor (reverse member destruction order
would otherwise let the event thread enqueue into a destroyed queue) and
coalesces the wakeup PostMessage behind a retry-safe flag.
2026-07-02 12:43:10 +02:00
..
2026-05-01 05:56:49 +02:00
2026-05-01 05:56:49 +02:00
2025-10-22 12:45:29 +02:00
2026-05-01 05:56:49 +02:00
2025-10-22 12:45:29 +02:00