fix: implementation
This commit is contained in:
@@ -292,7 +292,7 @@ class BoxService(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private fun postServiceClose(){
|
override fun postServiceClose(){
|
||||||
//TODO:
|
//TODO:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
core.version=0.17.8
|
core.version=0.18.0
|
||||||
@@ -222,6 +222,10 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public func postServiceClose() async {
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
func reset() {
|
func reset() {
|
||||||
networkSettings = nil
|
networkSettings = nil
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -137,9 +137,7 @@ open class ExtensionProvider: NEPacketTunnelProvider {
|
|||||||
stopService()
|
stopService()
|
||||||
await startService()
|
await startService()
|
||||||
}
|
}
|
||||||
func postServiceClose() async {
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
|
|
||||||
override open func stopTunnel(with reason: NEProviderStopReason) async {
|
override open func stopTunnel(with reason: NEProviderStopReason) async {
|
||||||
writeMessage("(packet-tunnel) stopping, reason: \(reason)")
|
writeMessage("(packet-tunnel) stopping, reason: \(reason)")
|
||||||
|
|||||||
Reference in New Issue
Block a user