From 23c9d008224c7638de742b1a1545da705f29ea86 Mon Sep 17 00:00:00 2001 From: Rob Holme Date: Sat, 3 Dec 2022 11:58:39 +0800 Subject: [PATCH] no change --- src/HL7TCPListener.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HL7TCPListener.cs b/src/HL7TCPListener.cs index a24f8cb..ad7f6e9 100644 --- a/src/HL7TCPListener.cs +++ b/src/HL7TCPListener.cs @@ -1,6 +1,5 @@ // Rob Holme (rob@holme.com.au) // 03/06/2015 - Initial version -// 01/09/2016 - Changed behaviour to always send ACKS (unless -NoACK is set). No longer honouring the ACK mode from MSH-15, this caused issues for senders expecting ACKS but not setting MSH-15. namespace HL7ListenerApplication { using System;