chimney
This commit is contained in:
parent
73edc8beeb
commit
397b751b42
|
@ -53,7 +53,6 @@ function getConnection(opts, verbs, mySocket, retry) {
|
||||||
var wspath = 'ws+unix://' + opts.sock + ':' + pathname + '?' + search;
|
var wspath = 'ws+unix://' + opts.sock + ':' + pathname + '?' + search;
|
||||||
// https://github.com/websockets/ws/blob/master/doc/ws.md#unix-domain-sockets
|
// https://github.com/websockets/ws/blob/master/doc/ws.md#unix-domain-sockets
|
||||||
// ws+unix:///absolule/path/to/uds_socket:/pathname?search_params
|
// ws+unix:///absolule/path/to/uds_socket:/pathname?search_params
|
||||||
console.log('ws connect', wspath);
|
|
||||||
ws = new WebSocket(wspath);
|
ws = new WebSocket(wspath);
|
||||||
|
|
||||||
ws.on('error', function (err) {
|
ws.on('error', function (err) {
|
||||||
|
|
Loading…
Reference in New Issue