fix
This commit is contained in:
parent
2e311cbf9e
commit
19414b4543
@ -31,11 +31,6 @@ final class SDLUDPHole: ChannelInboundHandler {
|
|||||||
// 解决channelready的问题
|
// 解决channelready的问题
|
||||||
private var cont: CheckedContinuation<Void, Never>?
|
private var cont: CheckedContinuation<Void, Never>?
|
||||||
private var isReady: Bool = false
|
private var isReady: Bool = false
|
||||||
|
|
||||||
enum HoleEvent {
|
|
||||||
case ready
|
|
||||||
case closed
|
|
||||||
}
|
|
||||||
|
|
||||||
// 启动函数
|
// 启动函数
|
||||||
init() throws {
|
init() throws {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user