ammgws / ammcon-frontend

Frontend for AmmCon home automation project
Other
1 stars 0 forks source link

doesn't exit gracefully #2

Closed ammgws closed 8 years ago

ammgws commented 8 years ago

For example on keyboard interrupt

ammgws commented 8 years ago

Does in fact exit gracefully - it just takes a long time before it finally finishes. Probably due to the sleep timer (60s) in temp_logger. Had already split the sleep into 1 second chunks to allow it to be interuppted faster but doesn't seem to have worked, or this is caused by something else entirely. Need to debug actual source of the delay.

ammgws commented 8 years ago

Temp logger removed - will be rewritten.