Try saying that 5 times fast… LOL
I have three instances of webCoRE. One is working behind the scenes, another is mostly tiles, and a third is for clients and testing.
I have a piston behind the scenes that sets a global string variable, and it works perfectly… Yet, when I switch to my “Tiles” instance, the global variable displays an incorrect string. When I switch to the third instance, it appears correctly again. I tested going back and forth between all three instances many times, and the results were 100% consistent:
= InstanceA writes/sees it correctly
= InstanceB sees it incorrectly
= InstanceC sees it correctly
Just to clarify, during testing, no pistons are running & no variables are changing…
The returned data is different at the precise moment that I change instances.
This is the first time I have noticed globals bouncing back and forth by simply changing instances. How is it possible that the exact same string appears differently, depending on which instance I am in?
It is extra peculiar because the :19 was yesterday’s data.
Has anyone noticed anything like this before, or have any ideas on troubleshooting?