ady624 / webCoRE

webCoRE is a web version of CoRE
GNU General Public License v3.0
249 stars 976 forks source link

Executing a piston from a global variable subscription #35

Closed disforw closed 6 years ago

disforw commented 7 years ago

Since v0.2.0fb, pistons can no longer execute from a global variable. I have documented this issue in the forum which includes a test piston, and the resulting logs. https://community.webcore.co/t/last-update-broke-global-variable-subscription/2143

disforw commented 6 years ago

A temporary fix to this problem has been found by @ipaterson in the following thread, post #3. https://community.webcore.co/t/last-update-broke-global-variable-subscription/2143/3

idpaterson commented 6 years ago

Thanks for reporting, this should be fixed in v0.2.0fe.20171109.

The addition of superglobals (spans multiple webCoRE installs for the same location) changed the event name for normal globals and on events from was filtering out events based on the prior name.