This commit is contained in:
anlicheng 2026-03-30 11:03:18 +08:00
parent 2e311cbf9e
commit 19414b4543

View File

@ -31,11 +31,6 @@ final class SDLUDPHole: ChannelInboundHandler {
// channelready
private var cont: CheckedContinuation<Void, Never>?
private var isReady: Bool = false
enum HoleEvent {
case ready
case closed
}
//
init() throws {