8000 mostRecentPublishedMessageId() returns the first PublishedMessageId instead of the last · Issue #16 · dddshelf/ddd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
mostRecentPublishedMessageId() returns the first PublishedMessageId instead of the last #16
Open
@dadeky

Description

@dadeky

In the class Ddd\Infrastructure\Application\Notification\DoctrinePublishedMessageTracker on line 18 the code should be replaced with: $messageTracked = $this->findOneBy(array('typeName'=>$aTypeName), array('trackerId'=>'DESC')); in order to return the last PublishedMessageId

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0