mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-09-05 10:46:04 +00:00
Mark PacketTunnelProvider
as @unchecked Sendable
This commit is contained in:
parent
f3882997be
commit
8e9b5fcc4a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ extension AppMessageError: LocalizedError {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class PacketTunnelProvider: NEPacketTunnelProvider {
|
class PacketTunnelProvider: NEPacketTunnelProvider, @unchecked Sendable {
|
||||||
private var networkMonitor: NWPathMonitor?
|
private var networkMonitor: NWPathMonitor?
|
||||||
|
|
||||||
private var site: Site?
|
private var site: Site?
|
||||||
|
|
Loading…
Add table
Reference in a new issue