Breakpointing the self.connectionTimeout function (https://github.com/katacoda/docker-modem/blob/master/lib/modem.js#L234-L239) will show that req.abort(); fires. But debugging output is never shown. To the enduser, docker-modem will never return a connection and hang.
Breakpointing the self.connectionTimeout function (https://github.com/katacoda/docker-modem/blob/master/lib/modem.js#L234-L239) will show that
req.abort();fires. But debugging output is never shown. To the enduser, docker-modem will never return a connection and hang.