We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382b106 commit 979d7cfCopy full SHA for 979d7cf
app/src/main/java/io/nekohasekai/sfa/utils/CommandClient.kt
@@ -4,6 +4,7 @@ import go.Seq
4
import io.nekohasekai.libbox.CommandClient
5
import io.nekohasekai.libbox.CommandClientHandler
6
import io.nekohasekai.libbox.CommandClientOptions
7
+import io.nekohasekai.libbox.Connections
8
import io.nekohasekai.libbox.Libbox
9
import io.nekohasekai.libbox.OutboundGroup
10
import io.nekohasekai.libbox.OutboundGroupIterator
@@ -133,6 +134,8 @@ open class CommandClient(
133
134
handler.updateClashMode(newMode)
135
}
136
137
+ override fun writeConnections(message: Connections?) {
138
+ }
139
140
141
0 commit comments