You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
When Dispose is called on DeviceMonitor after being Started, AdbExceptions are thrown from this.monitorTask.Wait();. Throwing exceptions from dispose is a bad practice.
I'm seeing the same after the recent refactoring work (which I love btw!). In my case it's an AdbException that has an inner exception of a SocketException. For now I'm using this:
When
Dispose
is called on DeviceMonitor after being Started, AdbExceptions are thrown fromthis.monitorTask.Wait();
. Throwing exceptions from dispose is a bad practice.Repro:
The text was updated successfully, but these errors were encountered: