pipecat icon indicating copy to clipboard operation
pipecat copied to clipboard

UserIdleProcessor ignores timeout

Open agilebean opened this issue 6 months ago • 2 comments

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.

agilebean avatar Aug 09 '24 17:08 agilebean