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

Server Connection Error Catching #33

Closed dfellis closed 11 years ago

dfellis commented 11 years ago

Running the same cleanup code on connection errors as on connection ends (weird scenario where 'end' event wasn't fired discovered).

cc @squamos