File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,10 @@ <h3 id="note-on-logger">Note On Logger</h3>
208
208
< li > < a href ="https://www.npmjs.com/package/bunyan "> Bunyan</ a > </ li >
209
209
< li > < a href ="https://www.npmjs.com/package/pino "> Pino</ a > </ li >
210
210
</ ul >
211
+ < h3 id ="note-on-error-handling "> Note On Error Handling</ h3 >
212
+ < p > The client is an < code > EventEmitter</ code > . If you don't register an error handler and
213
+ e.g. a connection error occurs, Node.js will print a stack trace and exit the
214
+ process (< a href ="https://nodejs.org/api/events.html#error-events "> reference</ a > ).</ p >
211
215
< h2 id ="connection-management "> Connection management</ h2 >
212
216
< p > As LDAP is a stateful protocol (as opposed to HTTP), having connections torn
213
217
down from underneath you can be difficult to deal with. Several mechanisms
You can’t perform that action at this time.
0 commit comments