ecto / bolt

:electric_plug: Send messages to any node.js process, anywhere on the Internet.

Home Page:http://bolt.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mishandling of socket errors

ecto opened this issue · comments

Looks like the err event is throwing, should just remove socket from pool

node.js:134
        throw e; // process.nextTick error, or 'error' event on first tick
        ^
Error: ECONNRESET, Connection reset by peer
    at Socket._writeImpl (net.js:159:14)
    at Socket._writeOut (net.js:444:25)
    at Socket.write (net.js:377:17)

fixed with red is pub sub

damn you autocorrect