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
Notice: Undefined variable: METHOD_NAME_MAP in E:\Git\saranbetting-source\library\php-amqp\amqp.inc on line 277
I start getting this notice at around 10 messages a second in a consumer in a tight loop. Is there some kind of race condition?
Note that I create and destroy a basic_consumer for every message.
Removing every line with "debug" in it seems to solve this :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Notice: Undefined variable: METHOD_NAME_MAP in E:\Git\saranbetting-source\library\php-amqp\amqp.inc on line 277
I start getting this notice at around 10 messages a second in a consumer in a tight loop. Is there some kind of race condition?
Note that I create and destroy a basic_consumer for every message.
Removing every line with "debug" in it seems to solve this :)
The text was updated successfully, but these errors were encountered: