quamotion/madb

How to fix "the shell command has become unresponsive" and "an existing connection was forcibly closed by the remote host"?

unofficialdev opened this issue · 1 comments

I use SharpAdbClient in the c # project to control the NoxPlayer emulator. However I often encounter exceptions "sharpadbclient.exceptions.shellcommandunresponsiveexception: 'the shell command has become unresponsive'" and "an existing connection was forcibly closed by the remote host". Why does this happen, is there a way to resolve it? thanks

Do you have a simple way to reproduce this problem?