scrcpy/app
Romain Vimont a346bb80f4 Do not block on accept() if server died
The server may die before connecting to the client. In that case, the
client was blocked indefinitely (until Ctrl+C) on accept().

To avoid the problem, close the server socket once the server process is
dead.
2020-04-02 21:05:26 +02:00
..
src Do not block on accept() if server died 2020-04-02 21:05:26 +02:00
tests Add option to lock video orientation 2020-02-27 21:24:37 +01:00
meson.build Fix server debugger for Android >= 9 2020-03-19 19:15:43 +01:00
scrcpy.1 Add display id parameter 2020-04-02 21:02:52 +02:00