Skip to content

Conversation

@BrianJKoopman
Copy link
Member

Resolves #145.

@BrianJKoopman BrianJKoopman merged commit 9241628 into main May 6, 2024
@BrianJKoopman BrianJKoopman deleted the koopman/stream-timeout branch May 6, 2024 17:42
BrianJKoopman added a commit that referenced this pull request Jun 18, 2025
This increased timeout came from #147. Back then, the session.status was
manually set to running, but only after the call to 'stream_g3_on' in the
agent. This meant that check_started would actually block until the stream was
enabled. Now that ocs automatically sets the status to running, this no longer
works, which is why we need this additional check.

check_started should return quickly now, and shouldn't come close to this 60
second timeout.
BrianJKoopman added a commit that referenced this pull request Jun 18, 2025
This increased timeout came from #147. Back then, the session.status was
manually set to running, but only after the call to 'stream_g3_on' in the
agent. This meant that check_started would actually block until the stream was
enabled. Now that ocs automatically sets the status to running, this no longer
works, which is why we need this additional check.

check_started should return quickly now, and shouldn't come close to this 60
second timeout.
BrianJKoopman added a commit that referenced this pull request Aug 11, 2025
This increased timeout came from #147. Back then, the session.status was
manually set to running, but only after the call to 'stream_g3_on' in the
agent. This meant that check_started would actually block until the stream was
enabled. Now that ocs automatically sets the status to running, this no longer
works, which is why we need this additional check.

check_started should return quickly now, and shouldn't come close to this 60
second timeout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Increase smurf-stream timeout from 1 min to 2

1 participant