From b1e056dd347ba805c7883d576a9b38ea18aaf2c5 Mon Sep 17 00:00:00 2001 From: Jason Walton Date: Sat, 28 Oct 2017 11:46:56 -0400 Subject: [PATCH] Fix #21: Remove non-existant drop event from README.md. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b20bea4..39dc7b2 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,6 @@ Close this AmqpConnectionManager and free all associated resources. ### ChannelWrapper events * `connect` - emitted every time this channel connects or reconnects. * `error(err, {name})` - emitted if an error occurs setting up the channel. -* `drop({message, err})` - called when a JSON message was dropped because it could not be encoded. * `close` - emitted when this channel closes via a call to `close()`