Bottleneck in Message Buffers #470
Labels
area:frontend
Related to Nebula's Frontend Electron app
focus:electron
things involving electron specific code
priority:urgent
Issues that need to be solved right away
type:enhancement
New feature or request
Milestone
Describe the bug
One trace I've found when looking for bottlenecks was that the message buffer from the task manager is constantly looking for updates and overflows the event handler because of this.
To Reproduce
Steps to reproduce the behavior:
console.error('transferring messages!')
statement hereyarn dev-server
&&yarn dev
Expected behavior
This bottleneck area should not cause any performance issues 😄
Screenshots
N/A - Can't be captured in a sreenshot
Desktop (please complete the following information):
Additional context
This is just one problem area that I've traced, it probably extends further back to the event emission done by the task manager itself even..
The text was updated successfully, but these errors were encountered: