-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore: Optimize streaming processing and history #435
Conversation
@@ -170,31 +153,6 @@ class SubProcess extends EventEmitter { | |||
|
|||
// emit the actual output for whomever's listening | |||
this.emit('output', stdout, stderr); | |||
|
|||
// we also want to emit lines, but it's more complex since output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so we just don't need this logic anymore? how come?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's still there, just based on a different foundation to save CPU and memory. Tests remain unchanged and the logic is preserved
## [2.1.7](v2.1.6...v2.1.7) (2024-06-29) ### Miscellaneous Chores * Optimize streaming processing and history ([#435](#435)) ([b63798e](b63798e))
🎉 This PR is included in version 2.1.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.