flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.53k stars 314 forks source link

Network tab - InternetAddress shows without any implementation in Code #7878

Open frelei opened 1 month ago

frelei commented 1 month ago

Hello,

I am checking the requests in the DevTool and found many InternetAddress, status code 101, and web socket. They are increasing the time of the requests.

The community I check some people facing the same problem as shown in the link

I would like to understand why this happen and if we can block this behaviour.

Thanks.

affansk commented 4 weeks ago

@frelei this is happening to me as well did you find any solution ?

frelei commented 3 weeks ago

Hello @affansk,

I didn't find any solution and don't know why this is happening. I would like to know if this is something related to devtools or if it works like that.

hrajwade96 commented 2 weeks ago

I am facing this issue currently while working on some code in master branch (my pr branch) I have created a vanilla app and making a simple http get call using http package and also tried with Dio.

Flutter 3.21.0-15.0.pre • channel [user-branch] • unknown source Framework • revision c09c65ff46 (3 months ago) • 2024-03-26 22:41:11 -0400 Engine • revision d872d50e53 Tools • Dart 3.4.0 (build 3.4.0-275.0.dev) • DevTools 2.34.0-dev.12

Output in dev tools (running from master branch)

image

Output from stable

image

Can someone help me to fix this? It's blocking my code testing

affansk commented 2 weeks ago

@frelei i dont know what happen but it started working again..

hrajwade96 commented 1 week ago

It worked for me now, It was due to my vanilla app pointing to an older flutter SDK.

mohamedshasho commented 1 day ago

the same issue: Flutter 3.22.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 761747bfc5 (4 weeks ago) • 2024-06-05 22:15:13 +0200 Engine • revision edd8546116 Tools • Dart 3.4.3 • DevTools 2.34.3