openlawlibrary/pygls

Add support for communication via Unix Domain Sockets

Opened this issue · 0 comments

LS Client in pipe transport mode uses Unix Domain Sockets, these are sockets created with path that looks like File System paths. When creating a socket, all you need to do is pass the path with AF_UNIX.