(err)
| 293 | }); |
| 294 | |
| 295 | function startupCallback(err) { |
| 296 | if (err) { |
| 297 | return self.errorConnecting(err, false, callback); |
| 298 | } |
| 299 | //The socket is connected and the connection is authenticated |
| 300 | return self.connectionReady(callback); |
| 301 | } |
| 302 | } |
| 303 | |
| 304 | errorConnecting(err, destroy, callback) { |
nothing calls this directly
no test coverage detected