Once #1907 is merged, we should see if `SAMPIntegratedClient` can be inherited from `SAMPClient` to save code and make the class hierarchy more 'natural'. I already have a branch that does this and wo…
The SAMPIntegratedClient cannot reconnect to the SAMP hub after disconnecting. For example, on `astropy-0.4.dev9047-py3.3-linux-x86_64`, this code
```
from astropy.vo.samp import SAMPIntegratedClie…