The follow fails when there is HTML messages in a segment with the \\E\\ escape sequence. `hl7_message = await hl7_reader.readmessage()` The data does not fully load--which never finds the end sequence when reading.
The follow fails when there is HTML messages in a segment with the \E\ escape sequence.
hl7_message = await hl7_reader.readmessage()The data does not fully load--which never finds the end sequence when reading.