OCEmu icon indicating copy to clipboard operation
OCEmu copied to clipboard

Normal component calls can cause 'too long without yielding' error

Open kcinnaJlol opened this issue 4 years ago • 1 comments

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.

kcinnaJlol avatar Dec 03 '21 14:12 kcinnaJlol

It appears that after some testing this issue only happens on 'fast' mode. (So in the config fast = true)

kcinnaJlol avatar Dec 03 '21 14:12 kcinnaJlol