You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there no way to handle network connection errors to docker engine?
simple example above - without node's uncaughtException handler - process crashes.
but node's handler doesnt help as there is no way to tell where error occured.
request to dockerode simly hangs without beeing rejected.
I've created apocas/docker-modem#179 that fixes this issue and replaces the PR above with one that is built on the master branch and handles all the current error paths.
example:
expected:
"ping failed" in console
actual:
node process crushed
is there no way to handle network connection errors to docker engine?
simple example above - without node's uncaughtException handler - process crashes.
but node's handler doesnt help as there is no way to tell where error occured.
request to dockerode simly hangs without beeing rejected.
The text was updated successfully, but these errors were encountered: