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 Intermittent Server Exception on Client Disconnect #17

Closed dfellis closed 11 years ago

dfellis commented 11 years ago

Fixing a bug in the TCP server code trying to send a message to a disconnected client if the callback function is slow.

cc @squamos