Closed avuori closed 8 years ago
The method socket.write can return false and in that case the amqp client messes up the shared buffer. We can just allocate a new buffer when that happens.
Should add a test to make sure it buffers as are you are expecting. Also, looks like you accidentally committed your package.json
The method socket.write can return false and in that case the amqp client messes up the shared buffer. We can just allocate a new buffer when that happens.