LaravelEventSauce icon indicating copy to clipboard operation
LaravelEventSauce copied to clipboard

Look into serializing messages for HandleConsumer

Open driesvints opened this issue 3 years ago • 0 comments

Message objects in HandleConsumer are at the moment just serialized onto the queued which hard-binds them. It would be good if this job used MessageSerializer like in the repository:

https://github.com/EventSaucePHP/LaravelEventSauce/blob/7bd64ed9fea550d2fb1912b561710c7dbc2b72e1/src/LaravelMessageRepository.php#L42

driesvints avatar May 17 '21 11:05 driesvints