Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vm_service_tester.dart has a wrong uri #55753

Open
onism0106 opened this issue May 17, 2024 · 1 comment
Open

vm_service_tester.dart has a wrong uri #55753

onism0106 opened this issue May 17, 2024 · 1 comment
Assignees
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. P3 A lower priority bug or feature request pkg-vm-service triaged Issue has been triaged by sub team

Comments

@onism0106
Copy link

vm_service_tester.dart has a wrong uri

final wsUri = 'ws://$host$port/ws';
should be

final wsUri = 'ws://$host:$port/ws';

@lrhn lrhn added the area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. label May 17, 2024
@devoncarew
Copy link
Member

@bkonyi bkonyi added area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. P3 A lower priority bug or feature request pkg-vm-service triaged Issue has been triaged by sub team and removed area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. P3 A lower priority bug or feature request pkg-vm-service triaged Issue has been triaged by sub team
Projects
None yet
Development

No branches or pull requests

5 participants