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
When I terminate my program, running it again gets me dozens of "called a dead actor" messages from Celluloid. I'm working with artoo on a Raspberry Pi using the led and keyboard devices. Currently I am having to reboot the pi in between runs which is a nuisance.
How can I terminate / interrupt the program cleanly? How can I cleanup after a crash?
Thanks for any help you can offer.
The text was updated successfully, but these errors were encountered:
When I terminate my program, running it again gets me dozens of "called a dead actor" messages from Celluloid. I'm working with artoo on a Raspberry Pi using the led and keyboard devices. Currently I am having to reboot the pi in between runs which is a nuisance.
How can I terminate / interrupt the program cleanly? How can I cleanup after a crash?
Thanks for any help you can offer.
The text was updated successfully, but these errors were encountered: