You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: topl-service/src/main/java/io/matthewnelson/topl_service/service/components/onionproxy/ServiceEventBroadcaster.kt
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -217,6 +217,14 @@ internal class ServiceEventBroadcaster(private val torService: BaseService): Eve
217
217
@Volatile
218
218
privatevar transPort:String?=null
219
219
220
+
privatefunsetAllPortsNull() {
221
+
controlPort =null
222
+
dnsPort =null
223
+
httpTunnelPort =null
224
+
socksPort =null
225
+
transPort =null
226
+
}
227
+
220
228
overridefunbroadcastNotice(msg:String) {
221
229
222
230
when {
@@ -401,11 +409,7 @@ internal class ServiceEventBroadcaster(private val torService: BaseService): Eve
0 commit comments