mos-connection
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.5.2"></a> | ||
## [0.5.2](https://github.com/nrkno/tv-automation-mos-connection/compare/0.5.1...0.5.2) (2018-08-20) | ||
### Bug Fixes | ||
* parse last chunk of xml data ([0e54f03](https://github.com/nrkno/tv-automation-mos-connection/commit/0e54f03)) | ||
<a name="0.5.1"></a> | ||
@@ -7,0 +17,0 @@ ## [0.5.1](https://github.com/nrkno/tv-automation-mos-connection/compare/0.5.0...0.5.1) (2018-08-17) |
@@ -282,3 +282,3 @@ "use strict"; | ||
// Last chunk, ready to parse with saved data: | ||
parsedData = Utils_1.xml2js(this.dataChunks); // , { compact: true, trim: true, nativeType: true }) | ||
parsedData = Utils_1.xml2js(this.dataChunks + messageString); // , { compact: true, trim: true, nativeType: true }) | ||
this.dataChunks = ''; | ||
@@ -285,0 +285,0 @@ } |
{ | ||
"name": "mos-connection", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "MOS compliant TCP/IP Socket connection.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
317844