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

Add support to drivers #57

Closed
wants to merge 1 commit into from
Closed

Add support to drivers #57

wants to merge 1 commit into from

Conversation

ezequidias
Copy link

It would be interesting to add support for other drivers! not only locally but also for the database!

@ezequidias ezequidias marked this pull request as draft March 10, 2024 18:27
@slavarazum
Copy link
Contributor

It seems that now only Redis has implemented pub/sub messaging paradigm on which the broadcast system based.
If you know any other mechanics on top of which we can implement broadcasting through the database or other drivers I will be happy to consider suggestions.

Even for implementing local driver still no solution better than while (true) { ... sleep(1); }.

@ezequidias
Copy link
Author

thank you!

@ezequidias ezequidias closed this Mar 12, 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.

2 participants