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
{{ message }}
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.
Since the VM service is most frequently connected to on localhost, consider, in order of priority:
Offer the option to specify WebSocket compression enabled/disabled (or pass a dart:io CompressionOptions object if we think finer-grained control is justified)
Disable WebSocket compression by default
As one datapoint, see dart-lang/coverage#186, where a developer is measuring ~15% of coverage collection runtime spent doing compression.
The text was updated successfully, but these errors were encountered:
Since the VM service is most frequently connected to on localhost, consider, in order of priority:
As one datapoint, see dart-lang/coverage#186, where a developer is measuring ~15% of coverage collection runtime spent doing compression.
The text was updated successfully, but these errors were encountered: