Skip to content

ADT listener bug fix

Compare
Choose a tag to compare
@iheos iheos released this 17 Dec 16:26
· 456 commits to master since this release

AdtSender.getStringFromBufferedReader() was hanging when the transmission of the message is completed. As the socket remains open, it appears that BuffererdReader continues to read from the socket, and getting something back, as the null condition is not reached. Added a test to see if the file MLLP separator is reached and break the loop there.