This commit is contained in:
AJ ONeal 2017-05-09 11:58:30 -06:00
parent 73edc8beeb
commit 397b751b42
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ function getConnection(opts, verbs, mySocket, retry) {
var wspath = 'ws+unix://' + opts.sock + ':' + pathname + '?' + search;
// https://github.com/websockets/ws/blob/master/doc/ws.md#unix-domain-sockets
// ws+unix:///absolule/path/to/uds_socket:/pathname?search_params
console.log('ws connect', wspath);
ws = new WebSocket(wspath);
ws.on('error', function (err) {