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

why does the only method that appears is socket? #8380

Open
Renoldi opened this issue Oct 1, 2024 · 4 comments
Open

why does the only method that appears is socket? #8380

Renoldi opened this issue Oct 1, 2024 · 4 comments
Labels
P2 important to work on, but not at the top of the work list. screen: network Issues with the Network screen.

Comments

@Renoldi
Copy link

Renoldi commented Oct 1, 2024

<-- Please describe your problem here. Be sure to include repro steps. -->


DevTools version: 2.37.3
IDE: VSCode
Connected Device:
CPU / OS: x64 (64 bit) android
Connected app type: Flutter native (debug build)
Dart Version: 3.5.3
Flutter Version: 3.24.3 / stable
Framework / Engine: 2663184aa7 / 36335019a8

@LiamMarega
Copy link

I have the same problem

@elliette
Copy link
Member

elliette commented Oct 3, 2024

@bkonyi Was this something you fixed with #3033? Your changes were included in the 2.37.2 release, so I would have expected this to be fixed.

@elliette elliette added screen: network Issues with the Network screen. P2 important to work on, but not at the top of the work list. labels Oct 3, 2024
@elliette
Copy link
Member

elliette commented Oct 3, 2024

@Renoldi Could you share a small repro with us and share whichever package you are using to send these requests? Thanks!

@bkonyi
Copy link
Contributor

bkonyi commented Oct 4, 2024

@bkonyi Was this something you fixed with #3033? Your changes were included in the 2.37.2 release, so I would have expected this to be fixed.

This is probably WAI, but it depends on what package / library is being used to make HTTP requests. Making an HTTP request involves opening a socket, so these SOCKET entries are always expected when HTTP profiling is enabled. However, if the HTTP library being used isn't using dart:io's HttpClient underneath, those requests won't appear in the profiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 important to work on, but not at the top of the work list. screen: network Issues with the Network screen.
Projects
None yet
Development

No branches or pull requests

4 participants