node-opcua-server 2.154.0 → 2.155.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/monitored_item.js
CHANGED
|
@@ -915,7 +915,7 @@ class MonitoredItem extends events_1.EventEmitter {
|
|
|
915
915
|
if (this.$subscription && this.$subscription.subscriptionDiagnostics) {
|
|
916
916
|
this.$subscription.subscriptionDiagnostics.monitoringQueueOverflowCount++;
|
|
917
917
|
}
|
|
918
|
-
// to do:
|
|
918
|
+
// to do: eventQueueOverflowCount
|
|
919
919
|
}
|
|
920
920
|
_enqueue_notification(notification) {
|
|
921
921
|
if (this.queueSize === 1) {
|
|
@@ -235,7 +235,7 @@ function createSubscriptionDiagnostics(subscription) {
|
|
|
235
235
|
"unacknowledgedMessageCount",
|
|
236
236
|
"discardedMessageCount",
|
|
237
237
|
"monitoringQueueOverflowCount",
|
|
238
|
-
"
|
|
238
|
+
"eventQueueOverflowCount"
|
|
239
239
|
*/
|
|
240
240
|
subscription_subscriptionDiagnostics.__defineGetter__("currentKeepAliveCount", function () {
|
|
241
241
|
if (!this.$subscription) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-server",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.155.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module server",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc -b",
|
|
@@ -17,53 +17,53 @@
|
|
|
17
17
|
"chalk": "4.1.2",
|
|
18
18
|
"dequeue": "^1.0.5",
|
|
19
19
|
"lodash": "4.17.21",
|
|
20
|
-
"node-opcua-address-space": "2.
|
|
21
|
-
"node-opcua-address-space-base": "2.
|
|
20
|
+
"node-opcua-address-space": "2.155.0",
|
|
21
|
+
"node-opcua-address-space-base": "2.155.0",
|
|
22
22
|
"node-opcua-assert": "2.139.0",
|
|
23
23
|
"node-opcua-basic-types": "2.154.0",
|
|
24
24
|
"node-opcua-binary-stream": "2.153.0",
|
|
25
25
|
"node-opcua-certificate-manager": "2.154.0",
|
|
26
|
-
"node-opcua-client": "2.
|
|
27
|
-
"node-opcua-client-dynamic-extension-object": "2.
|
|
28
|
-
"node-opcua-common": "2.
|
|
26
|
+
"node-opcua-client": "2.155.0",
|
|
27
|
+
"node-opcua-client-dynamic-extension-object": "2.155.0",
|
|
28
|
+
"node-opcua-common": "2.155.0",
|
|
29
29
|
"node-opcua-constants": "2.139.0",
|
|
30
30
|
"node-opcua-crypto": "4.16.0",
|
|
31
|
-
"node-opcua-data-model": "2.
|
|
32
|
-
"node-opcua-data-value": "2.
|
|
31
|
+
"node-opcua-data-model": "2.155.0",
|
|
32
|
+
"node-opcua-data-value": "2.155.0",
|
|
33
33
|
"node-opcua-date-time": "2.153.0",
|
|
34
34
|
"node-opcua-debug": "2.153.0",
|
|
35
|
-
"node-opcua-extension-object": "2.
|
|
36
|
-
"node-opcua-factory": "2.
|
|
35
|
+
"node-opcua-extension-object": "2.155.0",
|
|
36
|
+
"node-opcua-factory": "2.155.0",
|
|
37
37
|
"node-opcua-hostname": "2.139.0",
|
|
38
38
|
"node-opcua-nodeid": "2.153.0",
|
|
39
|
-
"node-opcua-nodesets": "2.
|
|
40
|
-
"node-opcua-numeric-range": "2.
|
|
39
|
+
"node-opcua-nodesets": "2.155.0",
|
|
40
|
+
"node-opcua-numeric-range": "2.155.0",
|
|
41
41
|
"node-opcua-object-registry": "2.153.0",
|
|
42
|
-
"node-opcua-secure-channel": "2.
|
|
43
|
-
"node-opcua-service-browse": "2.
|
|
44
|
-
"node-opcua-service-call": "2.
|
|
45
|
-
"node-opcua-service-discovery": "2.
|
|
46
|
-
"node-opcua-service-endpoints": "2.
|
|
47
|
-
"node-opcua-service-filter": "2.
|
|
48
|
-
"node-opcua-service-history": "2.
|
|
49
|
-
"node-opcua-service-node-management": "2.
|
|
50
|
-
"node-opcua-service-query": "2.
|
|
51
|
-
"node-opcua-service-read": "2.
|
|
52
|
-
"node-opcua-service-register-node": "2.
|
|
53
|
-
"node-opcua-service-secure-channel": "2.
|
|
54
|
-
"node-opcua-service-session": "2.
|
|
55
|
-
"node-opcua-service-subscription": "2.
|
|
56
|
-
"node-opcua-service-translate-browse-path": "2.
|
|
57
|
-
"node-opcua-service-write": "2.
|
|
42
|
+
"node-opcua-secure-channel": "2.155.0",
|
|
43
|
+
"node-opcua-service-browse": "2.155.0",
|
|
44
|
+
"node-opcua-service-call": "2.155.0",
|
|
45
|
+
"node-opcua-service-discovery": "2.155.0",
|
|
46
|
+
"node-opcua-service-endpoints": "2.155.0",
|
|
47
|
+
"node-opcua-service-filter": "2.155.0",
|
|
48
|
+
"node-opcua-service-history": "2.155.0",
|
|
49
|
+
"node-opcua-service-node-management": "2.155.0",
|
|
50
|
+
"node-opcua-service-query": "2.155.0",
|
|
51
|
+
"node-opcua-service-read": "2.155.0",
|
|
52
|
+
"node-opcua-service-register-node": "2.155.0",
|
|
53
|
+
"node-opcua-service-secure-channel": "2.155.0",
|
|
54
|
+
"node-opcua-service-session": "2.155.0",
|
|
55
|
+
"node-opcua-service-subscription": "2.155.0",
|
|
56
|
+
"node-opcua-service-translate-browse-path": "2.155.0",
|
|
57
|
+
"node-opcua-service-write": "2.155.0",
|
|
58
58
|
"node-opcua-status-code": "2.153.0",
|
|
59
|
-
"node-opcua-transport": "2.
|
|
60
|
-
"node-opcua-types": "2.
|
|
59
|
+
"node-opcua-transport": "2.155.0",
|
|
60
|
+
"node-opcua-types": "2.155.0",
|
|
61
61
|
"node-opcua-utils": "2.153.0",
|
|
62
|
-
"node-opcua-variant": "2.
|
|
62
|
+
"node-opcua-variant": "2.155.0",
|
|
63
63
|
"thenify-ex": "4.4.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"node-opcua-data-access": "2.
|
|
66
|
+
"node-opcua-data-access": "2.155.0",
|
|
67
67
|
"node-opcua-leak-detector": "2.154.0",
|
|
68
68
|
"node-opcua-test-helpers": "2.139.0"
|
|
69
69
|
},
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"internet of things"
|
|
83
83
|
],
|
|
84
84
|
"homepage": "http://node-opcua.github.io/",
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "3fa553a530bc732ad6c658dc41187769f4995b68",
|
|
86
86
|
"files": [
|
|
87
87
|
"dist",
|
|
88
88
|
"source"
|
package/source/monitored_item.ts
CHANGED
|
@@ -1203,7 +1203,7 @@ export class MonitoredItem extends EventEmitter implements MonitoredItemBase {
|
|
|
1203
1203
|
if (this.$subscription && this.$subscription.subscriptionDiagnostics) {
|
|
1204
1204
|
this.$subscription.subscriptionDiagnostics.monitoringQueueOverflowCount++;
|
|
1205
1205
|
}
|
|
1206
|
-
// to do:
|
|
1206
|
+
// to do: eventQueueOverflowCount
|
|
1207
1207
|
}
|
|
1208
1208
|
|
|
1209
1209
|
private _enqueue_notification(notification: QueueItem) {
|
|
@@ -318,7 +318,7 @@ function createSubscriptionDiagnostics(subscription: Subscription): Subscription
|
|
|
318
318
|
"unacknowledgedMessageCount",
|
|
319
319
|
"discardedMessageCount",
|
|
320
320
|
"monitoringQueueOverflowCount",
|
|
321
|
-
"
|
|
321
|
+
"eventQueueOverflowCount"
|
|
322
322
|
*/
|
|
323
323
|
subscription_subscriptionDiagnostics.__defineGetter__(
|
|
324
324
|
"currentKeepAliveCount",
|