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
MAX_MESSAGE_LENGTH_BYTES - The maximum payload size within the frame. This doesn't exist yet in pyamqp, so figure out what this should be. Same constant in uamqp [here].
Fix all the strange things in the pyamqp authentication.py file and make sure we have all parameters needed from the uamqp tokens [here]. It looks like we're missing a lot of them, though I don't know if that's intentional.
For parity with uamqp:
msg_timeoutkwarg to the pyamqp.SendClient like in the uamqp.SendClienttimeoutkwarg to the pyamqp.ReceiveClient like in the uamqp.ReceiveClient