Quote Originally Posted by DarioCrivelli
Good. As your questions were expressed in general terms, we assume that you also don't need a general answer anymore.
Dario
Correct. I still don't get the event being fired that I described originally, though.

Also, my web client subscribes to the table asking for a snapshot but it only gets a snapshot delivered to it if some other client is already connected. What I mean is, I start up my remote server, add a few items to the table, then start my web client and it gets nothing delivered to it. However, if I do what I just described but have a .NET client subscribed to the table while the items are being added and THEN connect the web client then I get all the items delivered to it in a snapshot as I expect. Is this behaviour by design or do we have something not quite right in our remote server application?