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
Call to undefined function GuzzleHttp\Psr7\uri_for()
at vendor/ratchet/pawl/src/Connector.php:126
Description
Installing binance package in an application with guzzle 7.3 or higher or when upgrading, the above mentioned error is thrown.
This is a result of deprecating this function in guzzle and the currently used ratched/pawl version still uses uri_for.
Newer Versions of pawl have the fix implemented.
Replacing with the officially suggested replacements, leads to infinite waiting (no message receives?).