You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: