jchristn/WatsonWebsocket

Unixsocket support

Closed this issue · 1 comments

Is there any chance we might see support for Unix sockets in the future?

Hi @GrgoMariani are you referring to UNIX Domain Socket? If so, unfortunately no. This library relies on the underlying HttpListener implementation. It does not provide its own, so we can only leverage what that implementation leverages.