Skip to content

Allow for encrypted command data #1

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

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

therecluse26
Copy link
Owner

If a Laravel Job implements ShouldBeEncrypted, when dispatching it to RabbitMQ via this package throws the following error:

NOTICE unserialize(): Error at offset 0 of 17380 bytes in vendor/vladimir-yuldashev/laravel-queue-rabbitmq/src/Queue/RabbitMQQueue.php on line 528.

Added a bugfix to handle fetching priority from encrypted command data if the job class implements ShouldBeEncrypted

Added a bugfix to handle fetching priority from encrypted command data if the job class implements `ShouldBeEncrypted`
@therecluse26 therecluse26 merged commit 20f8487 into master Apr 21, 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.

1 participant