lightstreamer-adapter
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,1 +1,14 @@ | ||
## 1.4.2 (6 Dec 2018) ## | ||
### Bug Fixes ### | ||
Fixed a bug which prevented instantiation of multiple Data Adapters in the | ||
same process, causing a "Unexpected late DPI message" error to be issued. | ||
### Lightstreamer Compatibility Notes ### | ||
Compatible with Adapter Remoting Infrastructure since 1.8 | ||
## 1.4.1 (22 Feb 2018) ## | ||
@@ -2,0 +15,0 @@ |
@@ -67,3 +67,3 @@ /* | ||
// the data in parser | ||
reader = new DataReader(); | ||
reader = new DataReader(), | ||
@@ -70,0 +70,0 @@ // init message expected |
{ | ||
"name": "lightstreamer-adapter", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "This package includes the resources needed to write Data Adapters and Metadata Adapters for Lightstreamer Server in a Node.js environment. The adapters will run in a separate process, communicating with the Server through the Adapter Remoting Infrastructure.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# Lightstreamer SDK for Node Adapters 1.4.1 # | ||
# Lightstreamer SDK for Node Adapters 1.4.2 # | ||
@@ -99,3 +99,3 @@ This package includes the resources needed to write Data Adapters and Metadata Adapters for [Lightstreamer](http://www.lightstreamer.com/ "Lightstreamer") Server in a [Node.js](http://nodejs.org/ "Node.js") environment. | ||
### API Reference ### | ||
http://www.lightstreamer.com/api/ls-nodejs-adapter/1.4.1/ | ||
http://www.lightstreamer.com/api/ls-nodejs-adapter/1.4.2/ | ||
@@ -149,3 +149,3 @@ ## Develop ## | ||
## See Also ## | ||
* [Adapter Remoting Infrastructure Network Protocol Specification](http://www.lightstreamer.com/latest/Lightstreamer_Allegro-Presto-Vivace_7_0/Lightstreamer/DOCS-SDKs/sdk_adapter_generic/doc/ARI%20Protocol.pdf "Lightstreamer ARI protocol") | ||
* [Adapter Remoting Infrastructure Network Protocol Specification](http://www.lightstreamer.com/docs/adapter_generic_base/ARI Protocol.pdf "Lightstreamer ARI protocol") | ||
* [Lightstreamer Chat Demo adapter for Node](https://github.com/Lightstreamer/Lightstreamer-example-Chat-adapter-node "Lightstreamer Chat Demo adapter for Node") | ||
@@ -152,0 +152,0 @@ |
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
214626