We are using the VL.RCP nuget to have a UI running in a web browser. Currently the RCP server receiving part is running in Update. We have limited it to not run every frame, but something like 30fps. Our UI has A LOT of parameters, so any update is always updating a lot of parameters (>3000).
My question would be, can RCP also work with its own operation that only fires when updates to parameters are received from the RCP server? That would make everything so much more lean and sensible.
From speaking with Ingo about RCP, he said that it should be possible to have it work like that from the standpoint of the architecture of RCP.