You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the ratchet with Symfony5.4 and had no problems with session utilization, but when I switched to Sym 6 I got the following error:
Fatal error: Declaration of Ratchet\Session\Storage\VirtualSessionStorage::start() must be compatible with Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::start(): bool in /var/www/html/vendor/cboden/ratchet/src/Ratchet/Session/Storage/VirtualSessionStorage.php on line 28
19:01:56 CRITICAL [php] Fatal Compile Error: Declaration of Ratchet\Session\Storage\VirtualSessionStorage::start() must be compatible with Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::start(): bool ["exception" => Symfony\Component\ErrorHandler\Error\FatalError^ { …}]
In VirtualSessionStorage.php line 30:
Compile Error: Declaration of Ratchet\Session\Storage\VirtualSessionStorage::start() must be compatible with Symfony\Component\HttpFoundation\Session\Storage\NativeSess
ionStorage::start(): bool
I used the ratchet with Symfony5.4 and had no problems with session utilization, but when I switched to Sym 6 I got the following error:
Config:
The text was updated successfully, but these errors were encountered: