Events table display delayed in v4

My event table shows that the data frame I received is 17, in fact, the data frame I actually received is 20. I conducted a test and found that this event table will refresh once every 4 data frames. Why is this and how can I modify it?


The data should appear real-time, not after every 4 frames. If this is the case, then this is likely a proxy issue. E.g. if you have NGINX configured as reverse proxy, then the gRPC endpoints need special configuration to make the streaming gRPC data work. Example:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.