This is the initial release of this library.
- Basic listener server compliant with HL7's MLLP standard
- Sends AA acknowledgement
- Access to HL7 messages/data via EventEmitter
- Set minimum node version to be 8
- Large message support
- added Socket-Termination on server.close()
- Switched to eslint & prettier and Updated code accordingly
- updated dependencies
- switched to @sourceblock-ug/sb-sl7, Version 2.0.17; added cleanup on handleAck();
- added default Response as Param to Constructor
- fixed a Bug with the Buffer handling on parallel Socket-Connections