-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)
Description
Using Messenger with a basic message object, it first didn't work.
I had to add this to my config/services.yaml file:
services:
Symfony\Component\Serializer\Normalizer\PropertyNormalizer:
tags: [serializer.normalizer]
It was preceded by some WTF moments because the error felt unrelated.
Did that happen to others? I feel like this should work by default: create a message class and that's enough: it gets through the bus. That wasn't my experience for now.
WDYT?
Metadata
Metadata
Assignees
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)