Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline with Secondary Inference components and a Message Sink fail to fully transition to a playing state #1202

Closed
rjhowell44 opened this issue May 6, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@rjhowell44
Copy link
Collaborator

rjhowell44 commented May 6, 2024

This is caused by the MessageSink's internal fake sink which is using a default setting of asyn=true. The property needs to be set to false for all Sinks.

The solution will be to remove the unneeded tee and fake sink, covered by a separate issue. #1203

@rjhowell44
Copy link
Collaborator Author

Merged into the v0.30.alpha dev branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant