Skip to content
New issue

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

Daemon mode - must enable requests from different windows to be interleaved #1178

Closed
MikeBauerCA opened this issue Oct 26, 2021 · 1 comment

Comments

@MikeBauerCA
Copy link
Contributor

Currently headers are not passed on every request - this implies a session context.

@t1m0thyj
Copy link
Member

Resolved in #1308. The daemon communication method was switched from TCP to sockets on Unix and named pipes on Windows. The max number of concurrent connections is now limited to 1, and interleaved requests are queued to be processed sequentially.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants