-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Spotube instantly uploads gigabytes of whatever after launch (caused by flutter_tools.snapshot) #170
Comments
@karniv00l Are you facing the same issue as this one? |
Doesn't seem to be the exact case on my end my findings (16" M1 Max)
conclusion - probably flutter devtools server (websocket) is generating local traffic |
Thanks a lot dude @karniv00l |
Mh yea, I think you are right @karniv00l. It is local traffic. I found that this bug is also available in the release version (2.3.0). My MacBook turns extreamly slow when I make the Spotube window larger. At some point it seems to trigger an infinite rendering loop (but that's only my first guess). The performance tab of the devtools doesn't stand still at this point. When I make the window smaller again, the performance issue is gone and the MacBook becomes usable again... I will update the issue description when I have more time. |
Closing this issue as it is a Flutter's Issue, and not Spotube 's |
Is there an existing issue for this?
Current Behavior
Try to run spotube via
flutter run -d macos
.Directly after launch the upload begins and slows the mac down. It becomes nearly unusable...
Expected Behavior
Dev mode should work on macos
Steps To Reproduce
No response
Spotube Version
No response
Operating System
Mac OS
Linux Distribution (if applicable)
No response
Operating System Version
MacOS Monterey 12.5
Installation Source
Github Release (Binary)
Additional information
Installation Source is wrong. I compiled it directly from github source code.
The text was updated successfully, but these errors were encountered: