Ander Orbegozo

Results 4 comments of Ander Orbegozo

- Decide Icon for the web (Favicon at least) and main colors (used on buttons) - Decide if web source should be on main repo - Look at the timeout...

> * [ ] Decide Icon for the web (Favicon at least) and main colors (used on buttons) > * [ ] Decide if web source should be on main...

It is not getting to the timeout. The problem is the signal library being called from another thread. The server is running on another thread, so it calls the update...

Example python file to test this. The first runSignal will work. The second part will fail because it runs in a new thread ``` import signal import time from threading...