node-opcua-transport
Advanced tools
Comparing version 2.5.0-alpha.11 to 2.5.0-alpha.12
@@ -273,3 +273,4 @@ "use strict"; | ||
this._on_error_during_one_time_message_receiver = (err) => { | ||
this._fulfill_pending_promises(new Error(`ERROR in waiting for data on socket ( timeout was = ${this.timeout} ms)`)); | ||
var _a; | ||
this._fulfill_pending_promises(new Error(`ERROR in waiting for data on socket ( timeout was = ${this.timeout} ms) ` + ((_a = err) === null || _a === void 0 ? void 0 : _a.message))); | ||
}; | ||
@@ -276,0 +277,0 @@ this._socket.on("close", this._on_error_during_one_time_message_receiver); |
{ | ||
"name": "node-opcua-transport", | ||
"version": "2.5.0-alpha.11", | ||
"version": "2.5.0-alpha.12", | ||
"description": "pure nodejs OPCUA SDK - module -transport", | ||
@@ -15,8 +15,8 @@ "main": "./dist/source/index.js", | ||
"node-opcua-assert": "^2.5.0-alpha.4", | ||
"node-opcua-basic-types": "^2.5.0-alpha.11", | ||
"node-opcua-basic-types": "^2.5.0-alpha.12", | ||
"node-opcua-binary-stream": "^2.5.0-alpha.4", | ||
"node-opcua-buffer-utils": "^2.5.0-alpha.4", | ||
"node-opcua-chunkmanager": "^2.5.0-alpha.11", | ||
"node-opcua-chunkmanager": "^2.5.0-alpha.12", | ||
"node-opcua-debug": "^2.5.0-alpha.4", | ||
"node-opcua-factory": "^2.5.0-alpha.11", | ||
"node-opcua-factory": "^2.5.0-alpha.12", | ||
"node-opcua-nodeid": "^2.5.0-alpha.4", | ||
@@ -26,4 +26,4 @@ "node-opcua-object-registry": "^2.5.0-alpha.4", | ||
"node-opcua-status-code": "^2.5.0-alpha.4", | ||
"node-opcua-types": "^2.5.0-alpha.11", | ||
"node-opcua-utils": "^2.5.0-alpha.11", | ||
"node-opcua-types": "^2.5.0-alpha.12", | ||
"node-opcua-utils": "^2.5.0-alpha.12", | ||
"underscore": "^1.9.2" | ||
@@ -36,3 +36,3 @@ }, | ||
"node-opcua-debug": "^2.3.0", | ||
"node-opcua-generator": "^2.5.0-alpha.11", | ||
"node-opcua-generator": "^2.5.0-alpha.12", | ||
"should": "13.2.3", | ||
@@ -56,3 +56,3 @@ "sinon": "^8.0.4" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "7b9ace456702cd8e98bfbb8d31987835734a1e61" | ||
"gitHead": "5b1bfb1f8b49490bc8d909a1fb21f829e6411bbf" | ||
} |
@@ -364,3 +364,3 @@ /** | ||
this._fulfill_pending_promises( | ||
new Error(`ERROR in waiting for data on socket ( timeout was = ${this.timeout} ms)`)); | ||
new Error(`ERROR in waiting for data on socket ( timeout was = ${this.timeout} ms) ` + err?.message)); | ||
}; | ||
@@ -367,0 +367,0 @@ this._socket.on("close", this._on_error_during_one_time_message_receiver); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
232586
3945