mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
@@ -59,7 +59,7 @@ var connect = function(opt) {
|
|||||||
|
|
||||||
remote.once('error', function(err) {
|
remote.once('error', function(err) {
|
||||||
if (err.code !== 'ECONNREFUSED') {
|
if (err.code !== 'ECONNREFUSED') {
|
||||||
local.emit('error', err);
|
remote.emit('error', err);
|
||||||
}
|
}
|
||||||
|
|
||||||
// retrying connection to local server
|
// retrying connection to local server
|
||||||
|
|||||||
Reference in New Issue
Block a user