diff --git a/TODO b/TODO new file mode 100644 index 0000000..a4e003a --- /dev/null +++ b/TODO @@ -0,0 +1,5 @@ +Cope with possibility of duplicate uuid, in e.g. queue/fanout/direct. +If a subscription token matches an existing subscription, there's a +collision, so choose a new token until there's no collision. + +Factor out commonality in subscription-management from queue/fanout/direct.