lightstreamer-adapter
Advanced tools
Changelog
1.3.3 (24 Feb 2017) ##
Fixed the error() method of the MetadataResponse class, whose support for the "credits" and "conflictingSession" response was incomplete; sending such a response would have caused a wrong message to be sent to Lightstreamer Server and the message would have been refused. The new optional exceptionData argument has been added; see the API docs for details. Sending a "credits" or "conflictingSession" response now requires the new argument; if omitted or wrong, an exception will be thrown.
Compatible with Adapter Remoting Infrastructure since 1.7 (corresponding to Server 6.0)
Changelog
1.3.2 (13 Sep 2016) ##
Fixed a bug in the parsing of requests that could lead to incorrect results in case of two or more simultaneous requests.
Compatible with Adapter Remoting Infrastructure since 1.7 (corresponding to Server 6.0)
Changelog
1.3.1 (3 Nov 2014) ##
Introduced suitable documentation for the default behavior of the MetadataProvider object.
Fixed the documentation of some cases in the MetadataResponse class, which were confused with the corresponding requests.
Compatible with Adapter Remoting Infrastructure since 1.7 (corresponding to Server 6.0)