WebSocketBundle
WebSocketBundle copied to clipboard
Deprecation Log
There are a lot of deprecated notes like:
16:28:01 | php | User Deprecated: The "gos_web_socket.data_collector.websocket" service is deprecated and will be removed in GosWebSocketBundle 4.0.Show context Show trace
-- | -- | --
16:28:01 | php | User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\DataCollector\WebsocketDataCollector" class is deprecated and will be removed in 4.0.Show context Show trace
16:28:01 | php | User Deprecated: The "gos_web_socket.event_listener.close_pusher_connections" service is deprecated and will be removed in GosWebSocketBundle 4.0.Show context Show trace
16:28:01 | php | User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\EventListener\ClosePusherConnectionsListener" class is deprecated and will be removed in 4.0, use the symfony/messenger component instead.Show context Show trace
16:28:01 | php | User Deprecated: The "gos_web_socket.registry.pusher" service is deprecated and will be removed in GosWebSocketBundle 4.0.Show context Show trace
16:28:01 | php | User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\Pusher\PusherRegistry" class is deprecated and will be removed in 4.0, use the symfony/messenger component instead.Show context Show trace
16:26:31 | n/a | Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\EventListener\RegisterPushHandlersListener" class is deprecated and will be removed in 4.0, use the symfony/messenger component instead.
is it possible to disable this notes . or will it be fixed in new version? is the version 4 still compatibel with symfony 4.4 ? thank you.
There isn't a way to silence them without either taking all the deprecations off the services and PHP classes or using a compiler pass within your application to remove the services from the container.