oneRequestAtATime property
Whether to wait for one request to complete before issuing another request.
This makes it possible to cancel requests and provides clear ordering guarantees but significantly hurts performance particularly when the VM Service and DevTools are not running on the same machine.
Implementation
final bool oneRequestAtATime;