Open JustBlackBird opened 8 years ago
This PR is aimed to create a public API method on MpdClient that can close connection.
MpdClient
I know, that I can use just:
client.socket.destroy()
in the app but I believe socket property is a implementation detail.
socket
This PR is aimed to create a public API method on
MpdClient
that can close connection.I know, that I can use just:
in the app but I believe
socket
property is a implementation detail.