fix postServiceClose implementation
This commit is contained in:
@@ -225,4 +225,5 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc
|
||||
func reset() {
|
||||
networkSettings = nil
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -137,6 +137,9 @@ open class ExtensionProvider: NEPacketTunnelProvider {
|
||||
stopService()
|
||||
await startService()
|
||||
}
|
||||
func postServiceClose() async {
|
||||
// TODO
|
||||
}
|
||||
|
||||
override open func stopTunnel(with reason: NEProviderStopReason) async {
|
||||
writeMessage("(packet-tunnel) stopping, reason: \(reason)")
|
||||
|
||||
Reference in New Issue
Block a user