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
What the difference between those 2?
//Channel subscription monitoring time,2 seconds //'listen_time'=>2,
//Channel data update time,0.1 seconds //'data_time'=>0.1,
One is for server and the other one for client?
Thank you!
The text was updated successfully, but these errors were encountered:
What the difference between those 2? //Channel subscription monitoring time,2 seconds //'listen_time'=>2, //Channel data update time,0.1 seconds //'data_time'=>0.1, One is for server and the other one for client? Thank you!
yes
Sorry, something went wrong.
Thank you for your answer! And this one?
//Number of messages WS queue shuold hold, default 100 //'queue_count'=>100,
For server too?
No branches or pull requests
What the difference between those 2?
//Channel subscription monitoring time,2 seconds
//'listen_time'=>2,
//Channel data update time,0.1 seconds
//'data_time'=>0.1,
One is for server and the other one for client?
Thank you!
The text was updated successfully, but these errors were encountered: