Styscribe stops taking input and does not post logs after a time, seemingly at random.
SolidplasmaStudios opened this issue · 4 comments
SolidplasmaStudios commented
Tested with GlobalHotkeysHades
SolidplasmaStudios commented
>scribe.ignore_prefixes.remove("StyxScribe: ACK")
doesn't log anything extra
AndreLouisIssa commented
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
AndreLouisIssa commented
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
AndreLouisIssa commented
hopefully fixed by acc596b