Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As per issue altdesktop#137, sockets are not closed when the bus is disconnected. This results in users receiving warnings about unclosed sockets. This PR adds a call to the socket's `close` method during `disconnect`. Closes altdesktop#137
- Loading branch information