flutter / devtools

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

Network Monitor: where do the `InternetAddress(ip-address)` entries come from and why are they repeated so often #7806

Closed escamoteur closed 1 week ago

escamoteur commented 2 months ago

As you can see here grafik There are a lot of these InternetAddress requests and many to the same IP address repeatedly. I don't know if they were always shown or if that is due to a change in the devtools recently. I would like to know which part of the code is responsible for them, why they are repeated, and if that can be avoided.

stan-at-work commented 2 weeks ago

Yea, this is spaming the view and useless

kenzieschmoll commented 2 weeks ago

@escamoteur can you please provide a minimal code sample that we can reproduce this issue with? This will make it easier for us to repro the behavior you are seeing and work on a fix. Thanks.

escamoteur commented 2 weeks ago

actually this is the same problem as https://github.com/flutter/devtools/issues/3033

kenzieschmoll commented 1 week ago

closing as a duplicate of https://github.com/flutter/devtools/issues/3033