You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,8 +121,8 @@ Any use of the source code and related documents of this repository in applicati
121
121
- fix: add more tests to handle node address with invalid symbols
122
122
* 2024-12-06: 1.9.7 - fix: update dependencies in package-lock
123
123
- fix: further improve resilience on invalid data from server
124
+
* 2025-01-27: 1.9.8 - fix: no support for raw binary data (types/datalayer/raw). E.g. for some Ethercat nodes, returned now as a buffer for further processing.
@@ -268,9 +268,9 @@ class CtrlxDatalayerSubscription extends EventEmitter {
268
268
*
269
269
* @memberof CtrlxCore
270
270
*/
271
-
getisEndByServer(){
272
-
returnthis._isEndByServer;
273
-
}
271
+
getisEndByServer(){
272
+
returnthis._isEndByServer;
273
+
}
274
274
275
275
/**
276
276
* Opens an event stream and starts the subscription.
@@ -320,8 +320,8 @@ class CtrlxDatalayerSubscription extends EventEmitter {
320
320
}
321
321
},
322
322
agent: newhttps.Agent({keepAlive: false})// create a dedicated agent to have dedicated connection instance. Also disable the agent-keep-alive explicitly.
323
-
// This is necessary because since node.js 19 the default behaviour was changed.
0 commit comments