fix superClient
This commit is contained in:
parent
2618ac3d05
commit
3f0e0a86a9
@ -59,13 +59,13 @@ actor SDLUDPHoleSession {
|
||||
let udpHole = self.udpHole
|
||||
self.udpHole = nil
|
||||
self.localAddress = nil
|
||||
await udpHole?.stop()
|
||||
|
||||
let udpHoleV6 = self.udpHoleV6
|
||||
self.udpHoleV6 = nil
|
||||
|
||||
await self.proberActor.cancelAll()
|
||||
await udpHole?.stop()
|
||||
udpHoleV6?.stop()
|
||||
|
||||
await self.proberActor.cancelAll()
|
||||
}
|
||||
|
||||
func send(type: SDLPacketType, data: Data, remoteAddress: SocketAddress) async {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user