Legacy service.Yield was improperly putting the self argument to the varargs of the function but instead of fixing it a workaround was added for queue and I did not catch this bug during testing.
Also fixed an apparent typo of not converting GoodSignal to Signal. I swear I did this but apparently I did not? Anyways this fixes it too.
service.Yield
was improperly putting the self argument to the varargs of the function but instead of fixing it a workaround was added for queue and I did not catch this bug during testing.GoodSignal
toSignal
. I swear I did this but apparently I did not? Anyways this fixes it too.PoF: