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
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
WHen running the API in PHP 8 there are some methods that need to be changed.
For example the
contructmethod of theWebsocketdoes not match the callerChanging the above to match the caller or change the caller to the constructor.
I will make a pull request to find other issues.