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

Bump CAF to fix runtime error on Windows #386

Merged
merged 1 commit into from
Jan 8, 2024
Merged

Conversation

Neverlord
Copy link
Member

Fixes an issue on Windows where the pipe to the connector would shut down after 2 minutes, essentially taking Broker with it. This was caused by shutting down the write channel of the connected socket pair (that we need to emulate pipe() on Windows). The bump picks up a backport that removes the code for shutting down read/write channels on the socket pair (that was supposed to make sure that the connection between the sockets is unidirectional).

Closes #316.

Fixes an issue on Windows where the pipe to the connector would shut
down after 2 minutes, essentially taking Broker with it.
@timwoj timwoj merged commit 69ccbf3 into master Jan 8, 2024
23 checks passed
@timwoj timwoj deleted the topic/neverlord/gh-316 branch January 8, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error during runtime on Windows
2 participants