pipecat
pipecat copied to clipboard
UserIdleProcessor ignores timeout
Current Code
Ran the pipecat example of idle user check.
Expected Behavior
The pipeline should wait the specified timeout parameter in seconds
Current Behavior
The callback (user_idle_callback
) is called repeatedly without the timeout.