Slow RTT with Server Methods

Hi!

I’m making Method calls to the Server to update a Document. I’m noticing it’s taking >20S (on localhost even) before the call gets made to the server (I tested this by inserting a breakpoint on the first line of the Server method).

What is this indicative of? My hypothesis is that the wire is congested due to lots of subscriptions.