diff options
-rw-r--r-- | lib/evendoors/spin.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/evendoors/spin.rb b/lib/evendoors/spin.rb index 6b88a55..5608f46 100644 --- a/lib/evendoors/spin.rb +++ b/lib/evendoors/spin.rb @@ -59,6 +59,8 @@ module EvenDoors end # def clear! + @spin= nil + @pool.clear @sys_fifo.clear @app_fifo.clear end |