Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Fix FileHandlerInput::readLineAsync() when a line is already available

Compare
Choose a tag to compare
@fredemmott fredemmott released this 15 Jun 23:55

v1.1.0 blocks waiting for more data when it doesn't need more data. This affects reading from STDIN a line at a time.