Closed chisandrei closed 3 months ago
Right now the gemstone inspector gets all views and actions in a single remote call and then does an extra call to get the print string value. The print string should be returned together with the views and actions to avoid the extra call.
A single call is done now to get views, actions and gtDisplayString when inspecting remote objects.
Right now the gemstone inspector gets all views and actions in a single remote call and then does an extra call to get the print string value. The print string should be returned together with the views and actions to avoid the extra call.