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

Process translations and xmpp sending of transcription in separate threads #568

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

damencho
Copy link
Member

No description provided.

*/
private static final String DD_ASPECT_SUCCESS = "upload_success";
private static final PacketQueue<Runnable> xmppInvokeQueue = new PacketQueue<>(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This being static means that order will be preserved for everything. I it makes more sense to have a separate queue for each AbstractTranscriptPublisher

@damencho damencho force-pushed the tr-up-3 branch 2 times, most recently from 6a55a63 to 76bbca7 Compare October 31, 2024 17:26
@damencho damencho merged commit a72d0a4 into master Oct 31, 2024
2 checks passed
@damencho damencho deleted the tr-up-3 branch October 31, 2024 17:28
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.

2 participants