I have a core project setup with my DB interface and its associated scripting/methods. A few projects inherit this. Typically, when I make a change in my parent, it'll reach the child with no problem. Every now and then. it refuses to acknowledge the change. Even the script console doesn't see the new methods I add my script, nor do my child projects. Adding explicit logger calls in code don't show in my gateway. Restarting the gateway fixes it, but saving, updating, and opening/closing the projects do not. Has anyone run into this issue or found a fix?
Are you using explicit import calls of your project library script(s) anywhere, or relying on the automatic import (you should be relying on the automatic import, to be clear). What version of Ignition is this?