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

[DbalDriver] does not convert Message::$expire to DbalMessage::$timeToLive #391

Closed
msheakoski opened this issue Mar 2, 2018 · 1 comment
Milestone

Comments

@msheakoski
Copy link
Contributor

The following methods are missing code to handle expire/timeToLive conversion between Message and DbalMessage objects:

public function createTransportMessage(Message $message)

public function createClientMessage(PsrMessage $message)

which results in the "enqueue" table having a null value for "time_to_live" even though it was set on the Message object prior to sending the event/command.

@makasim
Copy link
Member

makasim commented Mar 27, 2018

The discussion continues in PR: #396

@makasim makasim closed this as completed Mar 27, 2018
@makasim makasim added this to the 0.9 milestone Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants