DeviceFarmer / adbkit

A pure Node.js client for the Android Debug Bridge.
Other
234 stars 53 forks source link

adbkit issue #147

Open xinyuwusc opened 3 years ago

xinyuwusc commented 3 years ago

os: macOS Big Sur 11.4 The following issue appears both "adbkit": "^2.11.1", and "@devicefarmer/adbkit": "^3.2.0".

Issue: We are running emulators, and after shutting down the emulator, the adb have tcp connections in close_wait state, the number keeps on increasing, and exhaust system limit after sometimes.

UrielCh commented 2 years ago

I made lots of changes in the connection handling in my fork; I would appreciate it if you could try to crash my version, and if you succeed to do so, send me a code sample that could trigger the crash.

see @u4/adbkit