scrcpy/app
Romain Vimont c78ad6377c Terminate the server on stop
On user request to quit, two kinds of blocking calls must be interrupted
on the server:
 1. the reads from and writes to the socket;
 2. the call to MediaCodec.dequeueOutputBuffer().

The former case was handled by calling shutdown() on the socket from the
client, but the latter was not managed.

There is no easy way to wake this call properly, so just terminate the
process from the client (i.e. send SIGTERM on Linux) instead.
2018-02-28 16:56:20 +01:00
..
src Terminate the server on stop 2018-02-28 16:56:20 +01:00
tests Swap position/point names 2018-01-29 14:52:22 +01:00
meson.build Rename SCRCPY_SERVER_JAR to SCRCPY_SERVER_PATH 2018-02-16 15:36:25 +01:00