Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow other middleware (e.g. Playground) when initial Gateway load fa…
…ils. Another approach to this would be to throw an error here, but this is our only opportunity to allow the server to recover after initial failure. On the one hand, this approach is more graceful, but on the other hand, perhaps we actually want initial failure (after timeouts elapse) to not bind the other middleware. Either way, the server doesn't just `process.exit` right now, and with certain non-Node.js environments, it may be worthwhile to operate in this mode.
- Loading branch information