SGG-Modding/StyxScribe

Styscribe stops taking input and does not post logs after a time, seemingly at random.

SolidplasmaStudios opened this issue · 4 comments

Tested with GlobalHotkeysHades

>scribe.ignore_prefixes.remove("StyxScribe: ACK") doesn't log anything extra

If the lua is trying to read file B and python has already moved on to writing to file A, and it's waiting for lua to send ACK to move to file B, lua is never going to send ACK

An idea: I might have it read a third file every now and then that always has python's proxy current file in it, so if it desyncs it takes a bit to resync but at least it's not permanent

hopefully fixed by acc596b