Is there any documentation on what the internal cause codes seen in the lightstreamer log mean?
I'm following this to see why the below happened and what callback is triggered on the client when...
Type: Posts; User: jonasby1
Is there any documentation on what the internal cause codes seen in the lightstreamer log mean?
I'm following this to see why the below happened and what callback is triggered on the client when...
Ah, thanks very much Dario. I must have ignored this patch newsletter, even though I got a previous one :)
updating our sever now
I just sent this to Dario as a private message, but thought I'd ask here as well.
We have been experiencing the same problems as another user from this thread...
Thanks for the reply. We've just implemented this kind of pattern for itemUpdate
table.onItemUpdate = function (item, itemUpdate, itemName) {
...
setTimeout(function () {...
Hi, we've been having significant trouble on our lightstreamer based web app with the IE script warning appearing from time to time in ie8. We haven't ruled out the possibility of our app's code...