spec/util_pubsub_spec.lua
changeset 9179 1068f9b82e2b
parent 9178 43b6f67aba05
child 9181 f226b7b5486b
--- a/spec/util_pubsub_spec.lua	Sun Aug 12 11:34:50 2018 +0100
+++ b/spec/util_pubsub_spec.lua	Sun Aug 12 11:43:38 2018 +0100
@@ -3,6 +3,16 @@
 	pubsub = require "util.pubsub";
 end);
 
+--[[TODO:
+ Retract
+ Purge
+ auto-create/auto-subscribe
+ Item store/node store
+ resize on max_items change
+ service creation config provides alternative node_defaults
+ get subscriptions
+]]
+
 describe("util.pubsub", function ()
 	describe("simple node creation and deletion", function ()
 		-- Roughly a port of scansion/scripts/pubsub_createdelete.scs