brilliantlabsAR / noa-for-ios

You AI companion. ChatGPT and translation for Monocle AR
ISC License
73 stars 15 forks source link

Changing Python scripts often causes a memory error #30

Closed trzy closed 12 months ago

trzy commented 1 year ago

Changing e.g. main.py and running the iOS app again will often result in a memory error trying to load the new script. The function transmitRawREPLCode() in Controller.swift is what actually transmits the ^C's. There is only one place it is used (on connect, in the same file).

siliconwitch commented 12 months ago

Never seen the effect of this issue so closing for now