Commit Graph

8 Commits

Author SHA1 Message Date
Stephen McQuay 5068159a31 switch from single point to Event 2015-02-05 21:34:35 -08:00
Stephen McQuay f4748ee52c don't die if there's an Accept error
just go back to listening
2015-02-04 21:43:24 -08:00
Stephen McQuay e4cb3c7997 one more fmt -> log 2015-02-04 21:43:16 -08:00
Stephen McQuay 69d2c50dc5 Fixed bug where zero value was not being used
if you read gob docs it states the following:

" If a field has the zero value for its type, it is omitted from the
transmission."

That's powerful savings. I didn't know. Now it works as one would expect.
2015-02-04 21:41:00 -08:00
Stephen McQuay 6ee99699f5 added fancier logging 2015-02-04 21:35:33 -08:00
Stephen McQuay b50556eadd renamed binaries
I couldn't stand the odd nomenclature
2015-02-04 21:32:19 -08:00
Stephen McQuay 2a0828f3c3 Added Point, talking with gob 2015-02-04 21:24:45 -08:00
Stephen McQuay 72ba52557f added simple client/server 2015-02-04 21:08:44 -08:00