Closed markx closed 6 years ago
When the data stream ends with a cmd, trying to read another byte will result in a blocking read call. Now instead of another read call, it returns error ErrNoData.
When the data stream ends with a cmd, trying to read another byte will result in a blocking read call. Now instead of another read call, it returns error ErrNoData.