Browse Source
Prior to this patch, when a lot of data was output by a running script pyboard.py would try to capture all of this output into the "data" variable, which would gradually slow down pyboard.py to the point where it would have large CPU and memory usage (on the host) and potentially lose data. This patch fixes this problem by not accumulating the data in the case that the data is not needed, which is when "data_consumer" is used.pull/4721/head
Damien George
6 years ago
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue