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
I did a packet analysis and found that RPC call over TCP is too expensive. It cost 12 packets to perform each call when in fact it could simply leverage TCP keep-alive. RPC call should be less expensive than REST API call. Please fix this. Cheers.