fix: implementation
This commit is contained in:
@@ -222,6 +222,10 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc
|
||||
}
|
||||
}
|
||||
|
||||
public func postServiceClose() async {
|
||||
// TODO
|
||||
}
|
||||
|
||||
func reset() {
|
||||
networkSettings = nil
|
||||
}
|
||||
|
||||
@@ -137,9 +137,7 @@ 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