quixio / quix-streams

Quix Streams - A library for data streaming and Python Stream Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyboardInterrupt exception in python when using app.run

peter-quix opened this issue · comments

commented

Tell us about the bug
When the python application making use of app.run() gets interrupted using CTRL-C (or OS equivalent), it raises an exception, even though it is supposed to be handled in codebase.

What did you expect to see?
No exception

Screenshots
image