Lightstreamer Server never waits for single fields to come from the Data Adapter.
If the Data Adapter sends an event as the item snapshot and the event is incomplete,
the Server sends null values for the missing fields to the client.

The web client library API lets you recognize the null values in onItemUpdate.
In case a visual table is associated to the item, the null value, by default, is treated as an empty string.