]> git.deb.at Git - rhonda/impostor.hazel.git/commit
Fixed listener loop dying on ChannelClosedException (#4)
authorよっキング <4476tv@gmail.com>
Sat, 27 Jun 2026 15:35:25 +0000 (00:35 +0900)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 15:35:25 +0000 (17:35 +0200)
commita93f71c702bad2aa23c99d32a7d50c2d2f373fc7
treee3bcfc654f5d61d7cffb105c2401b67fc3c95e88
parent63a1d799a8c7fd92877b7d09789525ad9d9bd908
Fixed listener loop dying on ChannelClosedException (#4)

* fix: Fixed an issue where all communications could not be processed due to ChannelClosedException.

* fix: Change WriteAsync to TryWrite to make it safer.
Hazel/Udp/UdpConnectionListener.cs