We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there.
If you want to test, you can "php server.php start" immediately outputs the log at the terminal. If you want to deploy, you can "php server.php start -d" enables resident process mode, and enables "log=>true" to view logs.
If you want to test, you can "php server.php start" immediately outputs the log at the terminal.
If you want to deploy, you can "php server.php start -d" enables resident process mode, and enables "log=>true" to view logs.
Where is server.php located (I don't see it at src folder)? Or I need to use example (Server initialization must be started in cli mode.)?
server.php
src
Server initialization must be started in cli mode.
And what about client.php? Or I need to use example (Client side initialization.)?
client.php
Client side initialization.
Thanks.
The text was updated successfully, but these errors were encountered:
https://github.com/zhouaini528/binance-php/tree/master/tests/websocket
Need to be executed in linux command line (CLI) mode
Sorry, something went wrong.
No branches or pull requests
Hi there.
Where is
server.php
located (I don't see it atsrc
folder)? Or I need to use example (Server initialization must be started in cli mode.
)?And what about
client.php
? Or I need to use example (Client side initialization.
)?Thanks.
The text was updated successfully, but these errors were encountered: