mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-11 01:34:27 +01:00
No exception was thrown on EOF, so the event controller did not terminate. This leaded to a further InvocationTargetException. Instead, terminate the event controller on EOF, so that the process terminates properly.