File: TODO

package info (click to toggle)
python-amqplib 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 404 kB
  • sloc: python: 2,296; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
Check how Decimals should be encoded in tables.  The docs
are a bit unclear, and looking at RabbitMQ and py-qpid
didn't help much.  At least it should work when the
sender and receiver are both using this version of this library.

Error handling, a bit rough in this first version, receiving
unexpected frames may do strange things.

Nothing is done at all with heartbeat, oob-method, oob-header
oob-body, and trace frames.

Unittests - always can use more