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
perf(appbuilder): reduce number of ListRemoteTestEvent calls by remote invoke #6559
Problem:
Remote Invoke call ListRemoteTestEvent every time the webview is instantiated.
Solution:
Introduce a condition for which this api calls can be
made thereby reducing the spike in number failures we see in our
dashboard.
0 commit comments