We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pycasbin has already support Async Enforcer, so does this repo has a plan to support async?
The text was updated successfully, but these errors were encountered:
@techoner @Nekotoxin
Sorry, something went wrong.
I check pycasbin code, the problem is not redis-watcher,because in AsyncInternalEnforcer,
if self.watcher and self.auto_notify_watcher: if callable(getattr(self.watcher, "update_for_add_policy", None)): self.watcher.update_for_add_policy(sec, ptype, rule) else: self.watcher.update()
self.watcher.update_for_add_policy(sec, ptype, rule) is not the way call async func
self.watcher.update_for_add_policy(sec, ptype, rule)
so, close this issue!
hsluoyz
No branches or pull requests
pycasbin has already support Async Enforcer, so does this repo has a plan to support async?
The text was updated successfully, but these errors were encountered: