vimus / libmpd-haskell

A client library for MPD, the Music Player Daemon
MIT License
36 stars 26 forks source link

Support UNIX domain socket. #128

Open crocket opened 4 years ago

crocket commented 4 years ago

Abstract UNIX domain sockets don't exist on filesystem. Regular UNIX domain sockets do.

It's good to support abstract UNIX sockets and regular UNIX sockets.