TODO.txt
author Chris Jones <chris@cjones.org>
Sun, 29 Sep 2013 21:55:08 -0600
changeset 160 ba2428230f71
parent 158 2d948fcbb5d7
child 162 7b5586a5e109
permissions -rw-r--r--
to-do update.

Review all the *Client receiver methods in layer3.go. They should
probably either all be receivers, or none.

Add a Reconnect() function.

Eliminate as many uses of Generic as possible.

Think about how to gracefully shutdown. Probably have a Close()
function.

Get rid of logging. We're providing status updates. Include an error()
receiver function that lets internals report their errors for return
from NewClient().