Skip to content

Instantly share code, notes, and snippets.

@trecouvr
Created June 3, 2014 09:19
Show Gist options
  • Save trecouvr/ed4b691245b131df2c10 to your computer and use it in GitHub Desktop.
Save trecouvr/ed4b691245b131df2c10 to your computer and use it in GitHub Desktop.
aioamqp frame dump
if self.frame_end is not None:
frame_end = binascii.hexlify(self.frame_end).decode('ascii')
frame_data = {
'type': self.frame_type,
'channel': self.channel,
'size': self.payload_size,
'frame_end': frame_end,
'payload': self.frame_payload,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment