TODO.txt
changeset 162 7b5586a5e109
parent 160 ba2428230f71
child 163 3f891f7fe817
equal deleted inserted replaced
161:6570a6a9683b 162:7b5586a5e109
     3 
     3 
     4 Add a Reconnect() function.
     4 Add a Reconnect() function.
     5 
     5 
     6 Eliminate as many uses of Generic as possible.
     6 Eliminate as many uses of Generic as possible.
     7 
     7 
     8 Think about how to gracefully shutdown. Probably have a Close()
       
     9 function.
       
    10 
       
    11 Get rid of logging. We're providing status updates. Include an error()
     8 Get rid of logging. We're providing status updates. Include an error()
    12 receiver function that lets internals report their errors for return
     9 receiver function that lets internals report their errors for return
    13 from NewClient().
    10 from NewClient().