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

[Bugfix] Packet_router gets drop without handling its shutdown #4491

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

simonwicky
Copy link
Contributor

Description

When recover_socket_connection is called after split_and_listen_for_mixnet_message, its task is stopped and dropped. The task's shutdown is correctly marked as success, but not the PacketRouter's shutdown owned by that task.

This PR mark as success said shutdown, preventing a premature client's shutdown.

@simonwicky simonwicky force-pushed the simon/bugfix_shutdown_packetrouter branch from 7f206b3 to 124034c Compare March 25, 2024 09:49
Copy link

vercel bot commented Mar 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
nym-explorer ⬜️ Ignored (Inspect) Visit Preview Mar 25, 2024 9:49am

@benedettadavico benedettadavico merged commit e352c25 into develop Mar 25, 2024
20 of 23 checks passed
@benedettadavico benedettadavico deleted the simon/bugfix_shutdown_packetrouter branch March 25, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants