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

Removed signals hook in socket. #1201

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Conversation

nihohit
Copy link
Contributor

@nihohit nihohit commented Apr 1, 2024

The signals hook caused Node to not respond to ^C and similar signals, since Node yields to existing signals hooks. Tested Python, Node, C#, & Java benchmarks - all closed with ^C after this change.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

The signals hook caused Node to not respond to ^C and similar signals, since Node yields to existing signals hooks.
Tested Python, Node, C#, & Java benchmarks - all closed with ^C after this change.
@nihohit nihohit requested a review from a team as a code owner April 1, 2024 07:45
@shachlanAmazon shachlanAmazon requested a review from barshaul April 1, 2024 07:46
@shachlanAmazon shachlanAmazon merged commit c9537db into valkey-io:main Apr 1, 2024
45 checks passed
@nihohit nihohit deleted the signals branch April 1, 2024 14:25
@Yury-Fridlyand Yury-Fridlyand added the Rust core redis-rs/glide-core matter label Apr 1, 2024
shohamazon pushed a commit to adanWattad/glide-for-redis that referenced this pull request Apr 9, 2024
The signals hook caused Node to not respond to ^C and similar signals, since Node yields to existing signals hooks.
Tested Python, Node, C#, & Java benchmarks - all closed with ^C after this change.
cyip10 pushed a commit to Bit-Quill/valkey-glide that referenced this pull request Jun 24, 2024
The signals hook caused Node to not respond to ^C and similar signals, since Node yields to existing signals hooks.
Tested Python, Node, C#, & Java benchmarks - all closed with ^C after this change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust core redis-rs/glide-core matter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants