-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed as not planned
Closed as not planned
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.team-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Description
A discussion that started with #114628 (comment) revealed a lot of confusion over --device-vmservice-port
, --host-vmservice-port
, and --dds-port
. The conclusion was:
- Application runs on device, it starts up a VM Service instance. This instance will broadcast on a port + auth code combo.
- (Optional) If Host/Device are different machines, we forward the device port to a selected host port.
- (Optional) If dds is enabled, dds connects to the selected host port, then broadcasts on the dds port
However, we should:
- verify this is how things currently work
- refactor to clean up, remove redundancy, and add validations
- document how it all works, in the code, the CLI help text and a standalone document.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.team-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Type
Projects
Status
Future bugs/improvements