rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.51k stars 104 forks source link

Tutorial 6 #47

Closed tmccary9207 closed 3 years ago

tmccary9207 commented 3 years ago

Hello, Thank you so much for creating this very interesting piece of technology. I was running tutorial 6 and when I clicked the second time to stop it the console printed the start message once followed by two stop messages. I am running on Ubuntu 20 with an Intel processor and using the firefox browser. I am wondering if there is any minimum requirements I am not meeting that could be causing the double printing or if it is running as designed.

rabbibotton commented 3 years ago

The goal of the tutorial was to show that each event (click in this case) creates a thread, so clicking to start the flash and clicking again to stop it should produce:

"Event thread started" "Event thread started" "Event thread stopped" "Event thread stopped"