Add connectors to Dispatcher and tests
commit9053ab469b5559697c96a012e5b3466dd9f3b9eb
authorSean Robinson <seankrobinson@gmail.com>
Sun, 23 Mar 2014 19:43:00 +0000 (23 12:43 -0700)
committerSean Robinson <seankrobinson@gmail.com>
Sun, 23 Mar 2014 19:43:00 +0000 (23 12:43 -0700)
treebd1a1d1051cc500c1dfd39f608a83e6c4406cc13
parent5191eed41a9589535592884e9cd0c8a1a6d4c5db
Add connectors to Dispatcher and tests

A connector is a special subscription to link two Dispatchers.  For now,
these links subscribe to all messages.  This may change later if I need
to filter the number or type of messages sent between processes.

Signed-off-by: Sean Robinson <seankrobinson@gmail.com>
test/unit/pubsub.py
wifiradar/pubsub.py