moonrepo / moon

A build system and monorepo management tool for the web ecosystem, written in Rust.
https://moonrepo.dev/moon
MIT License
2.86k stars 156 forks source link

[bug] Output messages are being buffered aggressively #1549

Closed rhuanbarreto closed 2 months ago

rhuanbarreto commented 3 months ago

Describe the bug

I started noticing that in any moon command, the output messages are being aggressively buffered. With chunks arriving every 4-10s. I'm not sure in which version this appeared.

I'm opening an issue here only for tracking but I already sent logs to @milesj in Discord.

milesj commented 2 months ago

Can you try 1.26.7? Made a few changes and added some logging to see if we can catch this.

rhuanbarreto commented 2 months ago

Tried and it works!