Skip to content

Commit

Permalink
try sync status fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
rikaaa0928 committed Dec 13, 2024
1 parent 84b3586 commit ee9ddec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/moe/rikaaa0928/uot/UogClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class UogClient(
GlobalScope.launch {
while (!stop.get()) {
try {
sendMessage("startClient with $endpoint")
c.compareAndSet(null, UogRust())
val res = c.get()?.client("127.0.0.1:$lPort", endpoint, password)
Log.e("UogClient", "startClient exit $res")
Expand Down

0 comments on commit ee9ddec

Please sign in to comment.