9135: Make EventClient initialization more consistent.
authorBrett Smith <brett@curoverse.com>
Mon, 9 May 2016 16:57:42 +0000 (12:57 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 13 May 2016 14:51:04 +0000 (10:51 -0400)
commit3dd2a1957ae4106bfc2bd5405662c47c087eb79c
treeb82bf0570098b7c1175756d7297f57a55119cf40
parentec38d4ae1a6597e1f35d5cd0b25f6384666c55be
9135: Make EventClient initialization more consistent.

* DRY up the setup code.  This includes always trying to close the
  conenction after failure, since we were doing that in the initial
  connection.
* Make the client a daemon thread, for consistency with PollClient.
sdk/python/arvados/events.py