summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-09-24 16:04:55 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-09-24 16:04:55 -0700
commitffd4f18a626877f6e7b358be28a6efefef7b3891 (patch)
tree70b348ffbdd6a64951f54565b27425e739414aa1 /TODO
parentb8c90ef55672777f7f07b23134f893798119175b (diff)
downloadrvi_core-ffd4f18a626877f6e7b358be28a6efefef7b3891.tar.gz
Prep for v0.2 release
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO b/TODO
index c720ccb..be38e4a 100644
--- a/TODO
+++ b/TODO
@@ -21,9 +21,6 @@ All repos
Fix config.
Prune xxx_lib.erl
-Protocol & Data Link components.
- Check that we use bert as a codec, not any other method
-
Service Discovery
Node service prefix matching should return the one with the longest
prefix match. This allows for default static nodes to be setup with
@@ -39,4 +36,8 @@ Scheduler
If two different services are invoked on a remote node that is
currently not available, the services may be invoked out of order
when the node does become connected. Scheduluer should queue
- messages on a per-node basis, not per-service. \ No newline at end of file
+ messages on a per-node basis, not per-service.
+
+Data Link
+ Any broken connection to a statically configured node should
+ periodically get a reconnect attempt.