I'm working on a simple app that uses a filewatcher to detect changes to a local file and then uploads it to a project in the Algo Lab IDE thingie. I'm calling UpdateProjectFileContent, and it seems to be working, but I need to refresh the IDE window to reflect the changes. This takes upwards of 20 seconds and isn't ideal.

When collaborating in the IDE via the sharing features, updates are reflected in near real-time. This was my expectation for API sourced updates. 

Is this a bug?