This update deals with an issue where the read
method would hang while waiting for DRDY
. The previous implementation used a promise mechanism that would sometimes become unavailable and so it would never resolve.
😅
This update deals with an issue where the read
method would hang while waiting for DRDY
. The previous implementation used a promise mechanism that would sometimes become unavailable and so it would never resolve.
😅