adjust test timing |
|
More...
|
almost 9 years ago
|
fix issue with Buffer on nodejs 4.x |
|
More...
|
almost 9 years ago
|
improve subscriptions and monitored items CTT conformance |
|
More...
|
almost 9 years ago
|
#219 small adjustment |
|
More...
|
almost 9 years ago
|
make sure Variant get their own copy of array value. |
|
More...
|
almost 9 years ago
|
extract_array_range now returns BadIndexRangeNoData if high NumericalRange value is greater than array length. |
|
More...
|
almost 9 years ago
|
add --silent option |
|
More...
|
almost 9 years ago
|
add deadband checker |
|
More...
|
almost 9 years ago
|
#220 fixed weather station demo |
|
More...
|
almost 9 years ago
|
#218 use opcua.browse_service.makeBrowsePath |
|
More...
|
almost 9 years ago
|
Merge pull request #219 from michikuehne/master |
|
More...
|
almost 9 years ago
|
Error Handling for Socket Error EPIPE added |
|
More...
|
almost 9 years ago
|
v0.0.55 |
|
More...
|
almost 9 years ago
|
#218 add example for translateBrowsePath in documentation |
|
More...
|
almost 9 years ago
|
fix issue with unclosed sessions |
|
More...
|
almost 9 years ago
|
fix issue with unclosed sessions |
|
More...
|
almost 9 years ago
|
increase default session timeout |
|
More...
|
almost 9 years ago
|
improve Subscription and MonitoredItem conformance ( CTT ) |
|
More...
|
almost 9 years ago
|
Server subscription ids are now unique per server instance to allow subscription transfer from session to session. |
|
More...
|
almost 9 years ago
|
ClientSecureChannel now reuse transport chunksize minimum chunk size set to 8196 |
|
More...
|
almost 9 years ago
|
now schema_helpers.doDebug is enabled only when env variable DEBUG_CLASS is defined |
|
More...
|
almost 9 years ago
|
replace forEach(function with for loop |
|
More...
|
almost 9 years ago
|
improve and fix issues with subscriptions and monitored items: - use oldest PublishRequest to return BadTooManyRequests rather than current - make sure that fist PublishResponse is send almost immediatly without waiting for publishingInterval when subscription is created - in case of lack of PublishRequest (LATE subscriptions) , make sure that Subscriptions that never send a PublishResponse are treated with higher priority - subscription state is CREATING until first Publish is made, fixes also subscription state KEEPALIVE/NORMAL bug. |
|
More...
|
almost 9 years ago
|
fix extract of ByteArray |
|
More...
|
almost 9 years ago
|
fix CTT config |
|
More...
|
almost 9 years ago
|
drop support for nodejs 0.10 |
|
More...
|
almost 9 years ago
|
avoid using socket.destroy as this cause socket to stall on linux |
|
More...
|
almost 9 years ago
|
relax event loop |
|
More...
|
almost 9 years ago
|
improve simulator and CTT config scripts , previous commits also fix nano-embedded profile CTT test. |
|
More...
|
almost 9 years ago
|
turn GLOBAL to lowercase ( required by node 6.x) |
|
More...
|
almost 9 years ago
|