Closed hsablonniere closed 13 years ago
In the onstage shell, once present is loaded, we try to REGISTER it. Once a shell is REGISTERED, it fires a CURSOR message. When the CURSOR message from present is received, we try to post a message to future which isn't always loaded yet.
present
REGISTER
REGISTERED
CURSOR
future
Fixed!
In the onstage shell, once
present
is loaded, we try toREGISTER
it. Once a shell isREGISTERED
, it fires aCURSOR
message. When theCURSOR
message frompresent
is received, we try to post a message tofuture
which isn't always loaded yet.