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

Stop Buffering Immediately, If Not Sooner! #32

Closed dfellis closed 11 years ago

dfellis commented 11 years ago

Check 'stopBufferingAfter' via type instead of truthiness, allowing zero to be passed in, and fixing issue #28

cc @squamos