fx
This commit is contained in:
parent
5739b59854
commit
b939036c8d
@ -98,7 +98,7 @@ final class SDLUDPHole: ChannelInboundHandler {
|
|||||||
|
|
||||||
// MARK: 处理写入逻辑
|
// MARK: 处理写入逻辑
|
||||||
func send(type: SDLPacketType, data: Data, remoteAddress: SocketAddress) {
|
func send(type: SDLPacketType, data: Data, remoteAddress: SocketAddress) {
|
||||||
guard let channel = self.channel else {
|
guard let channel = self.channel, !self.isStopped else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user