Skip to content

Commit

Permalink
Fix #21: Remove non-existant drop event from README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Oct 29, 2017
1 parent 11dcd0e commit b1e056d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`


Expand Down

0 comments on commit b1e056d

Please sign in to comment.