You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When attempting to end the program running a live feed with a KeyboardInterrupt event, it seems to take a while to actually process the event. It then also ends with a few error messages, which I don't like.
Describe the solution you'd like
I expect the program to terminate as soon as possible or at least give some sort of feedback that the KeyboardInterrupt has been received and that the websocket is closing. A "clean" exit.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When attempting to end the program running a live feed with a KeyboardInterrupt event, it seems to take a while to actually process the event. It then also ends with a few error messages, which I don't like.
Describe the solution you'd like
I expect the program to terminate as soon as possible or at least give some sort of feedback that the KeyboardInterrupt has been received and that the websocket is closing. A "clean" exit.
The text was updated successfully, but these errors were encountered: