scrcpy/app
Romain Vimont ddb9396743 Interrupt and close sockets on server stop
The sockets were never interrupted or closed by the client since recent
changes to run the server from a dedicated thread (see commit
0426708544).

As a side effect, the server could never terminate properly (it was
waiting on socket blocking calls), so it was always killed by the client
after the WATCHDOG_DELAY.

Interrupt the sockets on stop to give the servera chance to terminate
property, then close them.
2021-12-08 23:44:23 +01:00
..
src Interrupt and close sockets on server stop 2021-12-08 23:44:23 +01:00
tests Remove spurious ';' 2021-12-04 09:29:30 +01:00
meson.build Require libavcodec >= 57.37 2021-12-07 00:04:35 +01:00
scrcpy.1 Mention SCRCPY_ICON_PATH env var in manpage 2021-12-03 21:47:31 +01:00