You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signal tries to resume an already dead coroutine, throwing an error. Because this is called within another couroutine, execution continues past the :Fire() call and the intended behavior is still achieved.
Further reading. I think a check to ensure the coroutine isn't dead before trying to resume will match native signal behaviour?
The text was updated successfully, but these errors were encountered:
The following errors
cannot spawn non-suspended coroutine with arguments
:The signal tries to resume an already dead coroutine, throwing an error. Because this is called within another couroutine, execution continues past the
:Fire()
call and the intended behavior is still achieved.Further reading. I think a check to ensure the coroutine isn't dead before trying to resume will match native signal behaviour?
The text was updated successfully, but these errors were encountered: