We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
distPath
Workers are started just once:
started
fastboot-app-server/src/fastboot-app-server.js
Line 53 in a5d194e
this.middleware is only set here:
this.middleware
fastboot-app-server/src/worker.js
Lines 45 to 49 in a5d194e
And then you're stuck with that middleware forever:
middleware
Line 87 in a5d194e
For bonus points, fastbootMiddleware here:
fastbootMiddleware
fastboot-app-server/src/express-http-server.js
Line 26 in a5d194e
...is therefore possibly not a FastBoot middleware which is a super troll since we expose httpServer as a downstream API.
httpServer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Workers are
started
just once:fastboot-app-server/src/fastboot-app-server.js
Line 53 in a5d194e
this.middleware
is only set here:fastboot-app-server/src/worker.js
Lines 45 to 49 in a5d194e
And then you're stuck with that
middleware
forever:fastboot-app-server/src/worker.js
Line 87 in a5d194e
For bonus points,
fastbootMiddleware
here:fastboot-app-server/src/express-http-server.js
Line 26 in a5d194e
...is therefore possibly not a FastBoot middleware which is a super troll since we expose
httpServer
as a downstream API.The text was updated successfully, but these errors were encountered: