VancedMicroG/play-services-core/src/main/java/org/microg
Torsten Grote f3c20333b0 Don't teardown things after sockets have been closed
Before, the call to closeAll() in McsService#connect() would trigger a SocketException (Socket closed) in McsOutputStream and/or McsInputStream. This would send a teardown message causing McsService to take the new connection down right away. In unlucky situations, this could cause small connect/teardown loops. This commit hopes to prevent those.

Change-Id: Id347d598e028bdd1ba2622cd6a5c6b07874335d6
2022-01-25 12:37:08 +01:00
..
gms Don't teardown things after sockets have been closed 2022-01-25 12:37:08 +01:00
tools Self-Check: Add missing permission check, allow to grant FakeStore spoofing perm 2020-09-27 11:40:46 +02:00