-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example code not working #3
Comments
please replace line 84 in Socketio.php file with this line: $request = "GET /socket.io/?EIO=3&transport=websocket&sid={$this->options->sid}&access_token={$this->config->token()} HTTP/1.1\r\n" |
Thank you! |
Hello, |
This issue has delayed our projects by a few days as we thought it was our server that was rejected by Cloudflare (as it was working a few hours prior). |
PHP 7.3
Sample code not work on dev-master
socket error: Unable to read from stream: stream_get_contents(): SSL:
With real API
With demo API
Uncaught Error: Class 'FxcmRest\Exception' not found in E:\OSpanel\domains\TradingView\vendor\fxcm\fxcmrest\src\SocketIO.php:169
In SocketIO class in wsdata method i get $packet:
The text was updated successfully, but these errors were encountered: