uber-archive / multitransport-jsonrpc

JSON-RPC Client (Node.js & Browser) and Server (Node.js) aim at "natural looking" server and client code.
116 stars 22 forks source link

Fix Client Reconnect Logic #24

Closed dfellis closed 11 years ago

dfellis commented 11 years ago

Fixing the reconnect logic of the TCP client so it can't freak out and swallow all possible TCP connections. Also added in the ability to optionally log debug info.

cc @squamos