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

Is dispatch_uid required? #79

Closed
maziar-dandc opened this issue Nov 3, 2022 · 1 comment
Closed

Is dispatch_uid required? #79

maziar-dandc opened this issue Nov 3, 2022 · 1 comment

Comments

@maziar-dandc
Copy link

Is dispatch_uid functionality required to reach a feature parity with django signals, or does blinker automatically ensures that's not needed?

I'm basically replacing django.db signals with mongoengine ones, and I want to make sure I'm not introducing bugs because of a missing feature.

image

https://docs.djangoproject.com/en/4.1/topics/signals/#listening-to-signals
https://docs.djangoproject.com/en/4.1/topics/signals/#preventing-duplicate-signals

@davidism
Copy link
Member

davidism commented Nov 3, 2022

Sorry, I can't do this sort of code analysis for you. Blinker does in fact work, and does have a different implementation than Django. I'll leave it to you to audit both code bases regarding this.

@davidism davidism closed this as not planned Won't fix, can't repro, duplicate, stale Nov 3, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants