forked from benjamin-hodgson/asynqp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
46 lines (28 loc) · 775 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
API design issues
Public implementation-related fields in public classes (even though they're not documented)
Threading issues
Load testing?
Unimplemented wire-protocol elements
Arbitrary tables
Unimplemented methods:
Connection
secure/secure-ok - pluggable auth mechanism?
Channel
flow/flow-ok
Exchange
bind/bind-ok (Rabbit extension)
unbind/unbind-ok (Rabbit extension)
Basic
recover/recover-ok
nack (Rabbit extension)
Tx
select/select-ok
commit/commit-ok
rollback/rollback-ok
Confirm
select/select-ok
Unimplemented functions
Customise connection-tune response
General exception handling
Passive declares
No-wait flags