Skip to content

Remove panics from send and recv tasks - #177

Open
Serock3 wants to merge 1 commit into
mainfrom
remove-panics
Open

Remove panics from send and recv tasks#177
Serock3 wants to merge 1 commit into
mainfrom
remove-panics

Conversation

@Serock3

@Serock3 Serock3 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

The Udp/IP Send/Recv implementations paniced on closed channels. This didn't propagate all the way to the main thread, as they lived in separate tasks, but we should still not panic and pollute the logs without a good cause.


This change is Reviewable

The Udp/IP Send/Recv implementations paniced on closed channels.
This didn't propagate all the way, as they lived in separate
tasks, but we should still not panic and pollute the logs
without a good cause.
@Serock3
Serock3 requested a review from dlon July 27, 2026 09:40
@Serock3 Serock3 self-assigned this Jul 27, 2026
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.

2 participants