Creating a new symfony app with this bundle. When we add a configuration for a consumer and we run ./bin/console lint:container we got an error :
Invalid definition for service "stomp.consumers.welcome": argument 1 of "StompPhp\StompBundle\Stomp\Subscription::__construct" accepts "Stomp\StatefulStomp", "Stomp\Client" passed.
Hello,
Creating a new symfony app with this bundle. When we add a configuration for a consumer and we run
./bin/console lint:container
we got an error :Invalid definition for service "stomp.consumers.welcome": argument 1 of "StompPhp\StompBundle\Stomp\Subscription::__construct" accepts "Stomp\StatefulStomp", "Stomp\Client" passed.