You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic_consume callback parameter should be called on_message_callback (#341)
* fixing issue with kwargs, when customers were calling basic_consume with kwargs the instrumentation was failing as the callback parameter was having a different name in the instrumentation
* remove duplicated code
* added popping queue, callback from args
0 commit comments