Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 712 Bytes

FAQ.md

File metadata and controls

20 lines (15 loc) · 712 Bytes

FAQ

This Frequently Asked Question document is meant to help people for the most common things.

How to hide errors ?

Use hideErrors: true in createClient options You may also choose to add these listeners :

client.on('error', () => {})
client.on('end', () => {})

How can I make a proxy with this ?