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

Rework queues #3

Merged
merged 4 commits into from
Apr 24, 2024
Merged

Rework queues #3

merged 4 commits into from
Apr 24, 2024

Conversation

schrd
Copy link
Contributor

@schrd schrd commented Dec 16, 2023

No description provided.

Daniel Schreiber added 2 commits December 11, 2023 21:05
Implement the pairing server without a runtime dependency to redis.
We just use python asyncio queues
pairing-server/app.py Outdated Show resolved Hide resolved
pairing-server/test/test_room.py Show resolved Hide resolved
room_config = {}
room_connections = AtomicInt()


def validate_client_config(config) -> bool:
return True
Copy link
Collaborator

Choose a reason for hiding this comment

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

This function always returns true.

remove unused import

Co-authored-by: Timo Nogueira Brockmeyer <39943803+tibroc@users.noreply.github.com>
@tibroc tibroc mentioned this pull request Apr 24, 2024
@schrd schrd marked this pull request as ready for review April 24, 2024 14:50
@tibroc tibroc merged commit d0841b4 into bigbluebutton:main Apr 24, 2024
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.

None yet

2 participants