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
So, the recv component of the frontend will simply copy what the backend sends it, and redraw the UI according to what the user asks. This approach will not scale. A better solution would be if the frontend queries the backend for what happens within a range of time. The backend already streams the trace to disk, we might as well revamp the implementation so it can dig up what the frontend asks for.
Originally posted by @tmplt in #3 (comment)
The backend should do all the heavy work. The less state that the frontend need keep tabs on, the better.
Will this require a database of some kind?
The text was updated successfully, but these errors were encountered: