OCEmu
OCEmu copied to clipboard
Normal component calls can cause 'too long without yielding' error
Calling a normal component function (see the docs under 'Direct Calls') should yield for a tick, yet they don't.
This means that when repeatedly calling a normal component function and not yielding via computer.pullsignal results in the program crashing with a too long without yielding error.
It appears that after some testing this issue only happens on 'fast' mode. (So in the config fast = true)