|
| 08 Aug 2016 02:44 AM |
| "cannot resume non-suspended coroutine" apparently dead couroutines cannot be resumed, what can I do so I can run them again? |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 08 Aug 2016 03:06 AM |
Maybe try reading the error message.
The error report when trying to resume a dead coroutine is "cannot resume dead coroutine". |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2016 03:28 AM |
| one easy solution is to put them into functions and make the function return the coroutine. |
|
|
| Report Abuse |
|
|