google / process.dart

BSD 3-Clause "New" or "Revised" License
52 stars 26 forks source link

Fix bug in `ProcessWrapper` #36

Closed tvolkert closed 5 years ago

tvolkert commented 5 years ago

The done getter listened to the stdio streams, which opened up the possibility of multiple listeners on a single-subscription stream.

tvolkert commented 5 years ago

/cc @gspencergoog