This commit is contained in:
anlicheng 2025-07-15 17:09:53 +08:00
parent 45c701e90f
commit db6b90bf55
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import Foundation
//
import Foundation
import NIOCore
@preconcurrency import NIOCore
import NIOPosix
// sn-server

View File

@ -269,6 +269,7 @@ extension SDLUDPHole {
// --MARK:
extension SDLUDPHole {
private final class HoleCallbackManager {
//
private var callbacks: [UInt32:CallbackFun] = [:]