File: TODO

package info (click to toggle)
librabbitmq 0.9.0-0.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,128 kB
  • sloc: ansic: 11,667; xml: 747; python: 597; sh: 60; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
Deal with version-mismatch-header received from the server

Cope with unknown frame types better. Currently it gets horribly
confused about frame lengths.

Make client brutal by default, killing the program on any amqp
error. Only if the user disables this behaviour will the user get to
deal with error conditions themselves. Make use of amqp_rpc_reply
consistent (i.e. universal), and rename it something like amqp_errno.