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
Hi there.
When you try to connect to a wss but the server does not upgrade the websocket, an unhandled promise rejection with DomainException is fired by vendor/ratchet/pawl/src/Connector.php at line 91.
I fixed the problem handling the rejected promise on ratchet/pawl/src/Connector.php at line 77.
Please check the patch below, it worked for me. Thank you.
Hi there.
When you try to connect to a wss but the server does not upgrade the websocket, an unhandled promise rejection with DomainException is fired by vendor/ratchet/pawl/src/Connector.php at line 91.
This is my test code:
I fixed the problem handling the rejected promise on ratchet/pawl/src/Connector.php at line 77.
Please check the patch below, it worked for me. Thank you.
Connector.php.patch.zip
The text was updated successfully, but these errors were encountered: