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 Out-of-Sockets Crash #21

Closed dfellis closed 11 years ago

dfellis commented 11 years ago

The TCP data handler can crash if it is called without being provided a Buffer object, which can apparently happen if Node.js suddenly runs out of sockets.

cc @squamos