Smashing/smashing

data dropped between backend and client

jamesarm97 opened this issue · 1 comments

Is there a limit on how fast you can push data to widgets? I have an app sending port status updates in realtime and I can see all the posts showing on the smashing screen as they come in but on the webclient / desktop, I only get some of the packets to the widget. I even put a counter in the app sending the data to the smashing service and on my browser console log I see gaps in the data. I'm not sure how the backend pushes data to the browser and what those limits may be. I am sending 10 posts to the backend using the old dashing node client and the smashing log seems to show all of them but only get 2-3 of them on the widget when debugging it.

Same for me, seems like there is a delay between data refresh from browser/smashing.

It wasn't that way in dashing