Quote Originally Posted by giuseppe.corti View Post
Hi nimbusgb,

Please check if there is always consistency in the field names between the client subscription and the Data Adapter updates pushed.
A possible disturbance in this sense could come from the implementation of the getSchema method of the Metadata Adapter, can you confirm whether you have customized this method?
In the client how you specify the list of fields for the subscribe request? Directly with an array of strings, or using the extractFieldList utility of our widgets?

Instead, with regards to subsequent updates not dispatched to the client, could be useful to analyze the server log after changing these logger levels (lightstreamer_log_conf.xml):
[SYNTAX]
Code:
  <logger name="LightstreamerLogger.subscriptions" level="DEBUG"/>
  <logger name="LightstreamerLogger.subscriptions.upd" level="DEBUG"/>
  <logger name="LightstreamerLogger.preprocessor" level="DEBUG"/>
[/SYNTAX]

Regards,
Giuseppe
Yes I'm extracting fields with the widget and these are matched with the getschema in case etc. I think I'm OK for now as I have a working system.