Closed dfelton closed 3 years ago
Looks like you have an old version of amphp/websocket
installed? https://github.com/amphp/websocket/releases/tag/v1.0.0
Interesting. You're correct amphp/weboscket
was out of date even after I had performed a composer upgrade amphp/websocket-client
(finally moving from dev-master
to 1.0.0
for amphp/websocket-client
).
composer show | grep amphp/websocket
amphp/websocket v1.0.0-rc1 Shared code for websocket servers and clients.
amphp/websocket-client v1.0.0 Async WebSocket client for PHP based on Amp.
After performing a composer upgrade amphp/websocket
I am now on v1.0.0
, and things are working correctly.
Thank you this has brought to light that I should be monitoring other dependency packages more closely for potential upgrades, even when not included via the root of my project.
Error:
Call Stack (amphp code starts at line 8, paths abbreviated to root of project):
Closure being passed to \Amp\Loop::run():
Any assistance would be greatly appreciated. My application has version 173b54137cdcd4288702f615f05c1029e613ba37 installed (release
1.0.0
).Thank you in advance.