Skip to content

Commit

Permalink
set back so timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rikaaa0928 committed Oct 15, 2024
1 parent a45579d commit 3097282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/moe/rikaaa0928/uot/UogClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class UogClient(val lPort: Int, val endpoint: String, val password: String) : Br
req = Channel<Udp.UdpReq>()
val res = service.startStream(req!!.consumeAsFlow());
udpSocket.set(DatagramSocket(lPort))
udpSocket.get()!!.soTimeout = 1000 * 60 * 30
udpSocket.get()!!.soTimeout = 1000 * 5

// val job = GlobalScope.launch {

Expand Down

0 comments on commit 3097282

Please sign in to comment.