-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Closed
Copy link
Labels
area-pkgUsed for miscellaneous pkg/ packages not associated with specific area- teams.Used for miscellaneous pkg/ packages not associated with specific area- teams.pkg-ddsFor issues related to the Dart Development ServiceFor issues related to the Dart Development Service
Description
Streams for which we have historical data: https://github.com/dart-lang/sdk/blob/master/pkg/dds/dds_protocol.md#streams
Right now, DDS sends historical events upon the first stream subscription per client. In DevTools, we have multiple subscriptions from the same client, and would like to be able to request history upon stream subscription. I think adding an optional sendHistory
param for onExtensionEvent
, onLoggingEvent
, onStderrEvent
, and onStdoutEvent
would work. Then DDS could send all history to the subscription based on the value of this parameter.
Metadata
Metadata
Assignees
Labels
area-pkgUsed for miscellaneous pkg/ packages not associated with specific area- teams.Used for miscellaneous pkg/ packages not associated with specific area- teams.pkg-ddsFor issues related to the Dart Development ServiceFor issues related to the Dart Development Service