Overview
When calling the Management API with node-auth0, an error was caused by a disconnect at the TCP layer, which requires reconnection.
Reconnecting at the TCP layer is necessary to restore the connection. This article explains how the node-auth0 handles reconnection at the TCP layer.
Applies To
- Auth0-Node
- Node
- Nodejs
- TCP
- Reconnect
Solution
The Auth0 Nodejs-based SDK does not directly manage TCP reconnections or other low-level network functionalities.
These aspects, such as handling dropped connections or reconnection logic, are managed by Node.js and its underlying libraries.
Resolving network connectivity issues would require looking into implementing custom reconnection strategies after investigating the problem at the Node.js level and network level