Posted 09 March 2014 - 01:53 PM
Description:
Any events that gets spawned before the computer yields for the first time do not seem to go anywhere.
Timers and alarms still work however.
Replication:
In startup, place this:
You'll find the computer does not take the queued event and instead waits for one.
Any events that gets spawned before the computer yields for the first time do not seem to go anywhere.
Timers and alarms still work however.
Replication:
In startup, place this:
os.queueEvent("hi")
coroutine.yield("hi")
Then reboot.You'll find the computer does not take the queued event and instead waits for one.