bot
bot copied to clipboard
kill atx agent
in this line we are calling wait_for_next_session function and the wait_for_next_session function responsible to kill the atx agent.
The issue is when the sleep(time_left.total_seconds())
is done there is no proccess that wakes up the atx agent.
I think it's enough to not kill the agent at all.. can you try?