Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed May 11, 2024
1 parent a4ddd15 commit 807746b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ connection.on('error', (err) => {
const channel = await connection.createChannel();
channel.on('error', (err) => {
// recover or exit
})l
});
```

### How do I recover from a connection or channel error?
Expand Down

0 comments on commit 807746b

Please sign in to comment.