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

Transaction aware code execution when observer triggered #2

Closed
sametsahindogan opened this issue Dec 23, 2020 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@sametsahindogan
Copy link
Owner

sametsahindogan commented Dec 23, 2020

Finally, Laravel gained transaction aware code execution. So, laravel-jwtredis package have an observer for user role & permission synchronization on Redis. If we use a transaction for User model, observer won't wait for commit. jwtredis must be fully compatible with this new feature.

Releted PR is here: laravel/framework#35373

@sametsahindogan sametsahindogan added the enhancement New feature or request label Dec 23, 2020
@sametsahindogan sametsahindogan self-assigned this Dec 23, 2020
@sametsahindogan
Copy link
Owner Author

compatible on v1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant