TODO.txt
author Chris Jones <chris@cjones.org>
Mon, 30 Sep 2013 18:59:37 -0600
changeset 162 7b5586a5e109
parent 160 ba2428230f71
child 163 3f891f7fe817
permissions -rw-r--r--
Added a Close() function and fixed a couple of shutdown bugs.

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.

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