stomp-php / StompBundle

Stomp Bundle for Symfony [WIP]
0 stars 3 forks source link

lint:container fail #4

Open churel opened 4 years ago

churel commented 4 years ago

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.

churel commented 4 years ago

Created a Pull request to fix it.

5

Drew-Kimberly commented 4 years ago

Hi @staabm - quick ping to hopefully get this issue on your radar!

staabm commented 4 years ago

@Drew-Kimberly can you confirm #5 fixes the issue?