nbusy / nbusy-android

NBusy Android app.
http://nbusy.com
Apache License 2.0
1 stars 0 forks source link

ConnManager should manage all client connection lifecycle #90

Closed soygul closed 8 years ago

soygul commented 8 years ago

Other components are now calling ConnManager.ensureConn() (x2 places) and Client.close() themselves. Instead, ConnManager should manage all client connection lifecycle in response to events somewhere else. Also ConnManagerService should just raise these events rather than directly manipulating ConnManager.