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 is the bug?
This issue is concerning a bug with the onLoop() method.
onLoop()
The way of handling the onLoop timer is not correct. Indeed, it uses the timeout of the connection. Then, each message received reset the timer.
onLoop
How to reproduce this bug?
// enable the onLoop method $test->enableOnLoopMethod(5 * 1000 * 1000); //onLoop should be called each 5 seconds
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the bug?
This issue is concerning a bug with the
onLoop()
method.The way of handling the
onLoop
timer is not correct. Indeed, it uses the timeout of the connection.Then, each message received reset the timer.
How to reproduce this bug?
onLoop()
method will be called only 5 seconds after the message has been receivedThe text was updated successfully, but these errors were encountered: