- Remove _run_on_conn() because it doesn't add any value- Add verbose try-except block around connect()- Add try-except block around failing close- Prefix private member variables with "__"Signed-off-by: Jan Lindemann <jan@janware.com>
- Remove _run_on_conn() because it doesn't add any value
- Add verbose try-except block around connect()
- Add try-except block around failing close
- Prefix private member variables with "__"