node-opcua-transport
Advanced tools
Comparing version 2.112.0 to 2.113.0
@@ -244,5 +244,4 @@ "use strict"; | ||
this._socket.setTimeout(this.timeout); | ||
if (doDebug) { | ||
debugLog(" TCP_transport#_install_socket ", this.name); | ||
} | ||
// istanbul ignore next | ||
doDebug && debugLog(" TCP_transport#_install_socket ", this.name); | ||
this._install_packetAssembler(); | ||
@@ -275,3 +274,3 @@ this._socket | ||
debugLog("prematureTerminate", err ? err.message : "", statusCode.toString(), "has socket = ", !!this._socket); | ||
doDebugFlow && console.log("prematureTerminate from", "has socket = ", !!this._socket, new Error().stack); | ||
doDebugFlow && errorLog("prematureTerminate from", "has socket = ", !!this._socket, new Error().stack); | ||
if (this._socket) { | ||
@@ -308,3 +307,3 @@ err.message = "premature socket termination " + err.message; | ||
return false; | ||
doDebugFlow && console.log("_fulfill_pending_promises from", new Error().stack); | ||
doDebugFlow && errorLog("_fulfill_pending_promises from", new Error().stack); | ||
const callback = this._theCallback; | ||
@@ -396,3 +395,3 @@ this._theCallback = undefined; | ||
err = err || this._theCloseError; | ||
doDebugFlow && console.log("_emitClose ", (err === null || err === void 0 ? void 0 : err.message) || "", "from", new Error().stack); | ||
doDebugFlow && warningLog("_emitClose ", (err === null || err === void 0 ? void 0 : err.message) || "", "from", new Error().stack); | ||
if (!this._closedEmitted) { | ||
@@ -399,0 +398,0 @@ this._closedEmitted = err || "noError"; |
{ | ||
"name": "node-opcua-transport", | ||
"version": "2.112.0", | ||
"version": "2.113.0", | ||
"description": "pure nodejs OPCUA SDK - module transport", | ||
@@ -17,10 +17,10 @@ "main": "./dist/source/index.js", | ||
"node-opcua-assert": "2.105.0", | ||
"node-opcua-basic-types": "2.111.0", | ||
"node-opcua-basic-types": "2.113.0", | ||
"node-opcua-binary-stream": "2.110.0", | ||
"node-opcua-buffer-utils": "2.110.0", | ||
"node-opcua-chunkmanager": "2.112.0", | ||
"node-opcua-debug": "2.110.0", | ||
"node-opcua-factory": "2.112.0", | ||
"node-opcua-object-registry": "2.110.0", | ||
"node-opcua-packet-assembler": "2.110.0", | ||
"node-opcua-chunkmanager": "2.113.0", | ||
"node-opcua-debug": "2.113.0", | ||
"node-opcua-factory": "2.113.0", | ||
"node-opcua-object-registry": "2.113.0", | ||
"node-opcua-packet-assembler": "2.113.0", | ||
"node-opcua-status-code": "2.110.0", | ||
@@ -30,3 +30,3 @@ "node-opcua-utils": "2.110.0" | ||
"devDependencies": { | ||
"node-opcua-leak-detector": "2.110.0", | ||
"node-opcua-leak-detector": "2.113.0", | ||
"should": "^13.2.3", | ||
@@ -50,3 +50,3 @@ "sinon": "^15.2.0" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "af1c21306612b11aa4265e9e6c094c91fe9beebb", | ||
"gitHead": "36db335391fedd39726990a1b37f7768da16466a", | ||
"files": [ | ||
@@ -53,0 +53,0 @@ "dist", |
@@ -386,5 +386,4 @@ /* eslint-disable @typescript-eslint/ban-types */ | ||
if (doDebug) { | ||
debugLog(" TCP_transport#_install_socket ", this.name); | ||
} | ||
// istanbul ignore next | ||
doDebug && debugLog(" TCP_transport#_install_socket ", this.name); | ||
@@ -424,3 +423,3 @@ this._install_packetAssembler(); | ||
doDebugFlow && console.log("prematureTerminate from", "has socket = ", !!this._socket, new Error().stack); | ||
doDebugFlow && errorLog("prematureTerminate from", "has socket = ", !!this._socket, new Error().stack); | ||
@@ -458,3 +457,3 @@ if (this._socket) { | ||
if (!this._theCallback) return false; | ||
doDebugFlow && console.log("_fulfill_pending_promises from", new Error().stack); | ||
doDebugFlow && errorLog("_fulfill_pending_promises from", new Error().stack); | ||
const callback = this._theCallback; | ||
@@ -558,3 +557,3 @@ this._theCallback = undefined; | ||
err = err || this._theCloseError; | ||
doDebugFlow && console.log("_emitClose ", err?.message || "", "from", new Error().stack); | ||
doDebugFlow && warningLog("_emitClose ", err?.message || "", "from", new Error().stack); | ||
@@ -561,0 +560,0 @@ if (!this._closedEmitted) { |
Sorry, the diff of this file is not supported yet
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
355772
5094
+ Addednode-opcua-basic-types@2.113.0(transitive)
+ Addednode-opcua-chunkmanager@2.113.0(transitive)
+ Addednode-opcua-date-time@2.113.0(transitive)
+ Addednode-opcua-debug@2.113.0(transitive)
+ Addednode-opcua-factory@2.113.0(transitive)
+ Addednode-opcua-nodeid@2.113.0(transitive)
+ Addednode-opcua-object-registry@2.113.0(transitive)
+ Addednode-opcua-packet-assembler@2.113.0(transitive)
- Removednode-opcua-basic-types@2.111.0(transitive)
- Removednode-opcua-chunkmanager@2.112.0(transitive)
- Removednode-opcua-date-time@2.111.0(transitive)
- Removednode-opcua-debug@2.110.0(transitive)
- Removednode-opcua-factory@2.112.0(transitive)
- Removednode-opcua-nodeid@2.110.0(transitive)
- Removednode-opcua-object-registry@2.110.0(transitive)
- Removednode-opcua-packet-assembler@2.110.0(transitive)
Updatednode-opcua-debug@2.113.0
Updatednode-opcua-factory@2.113.0