VancedMicroG/play-services-core/src/main/java
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
..
com/google Update stub services 2022-01-24 17:47:34 +01:00
org/microg Don't teardown things after sockets have been closed 2022-01-25 12:37:08 +01:00