Do not explicitly kill server
Let the server terminate properly once all the sockets are closed. Fixes #1992 <https://github.com/Genymobile/scrcpy/issues/1992>
This commit is contained in:
parent
305b4b2b81
commit
d82db2e69e
@ -493,8 +493,6 @@ server_stop(struct server *server) {
|
||||
|
||||
assert(server->process != PROCESS_NONE);
|
||||
|
||||
cmd_terminate(server->process);
|
||||
|
||||
if (server->tunnel_enabled) {
|
||||
// ignore failure
|
||||
disable_tunnel(server);
|
||||
|
Loading…
x
Reference in New Issue
Block a user