EOF flag not set on exhausted input streams. #1340
Labels
kind: bug
release item: 🐛 bug fix
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
When reaching the end of a stream while parsing JSON, the
eofbit
is not set.This seems like a reasonable expected behaviour, as our existing code relies of
eofbit
to determine when the end of a continuous stream of json commands is reached.The text was updated successfully, but these errors were encountered: