ayushsharma82 / WebSerial

A remote terminal library for wireless microcontrollers to log, monitor or debug your firmware/product
https://webserial.pro
GNU Affero General Public License v3.0
461 stars 107 forks source link

WebSerial crashed because run out of memory #61

Open romanbr2 opened 1 year ago

romanbr2 commented 1 year ago

I think you must count the lines, if you add a line to 'textArea.value' and after 200 Lines or so you must delete lines from the beginning.

ayushsharma82 commented 1 year ago

Hi, Please report issues related to Pro editions via mail to support@softt.io only.

As resolving these issues can include snippets of exclusive code which are not to be released in public.

I've taken note of your suggestion and removed it from issue.

ayushsharma82 commented 1 year ago

@romanbr2 , does this occur exactly after 200 lines? If possible, please test and let me know so that I can push the fix soon.