viztea
viztea
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
windows moment
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
doesn't seem to happen with parallel either
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
i should try using the parallel rate-limiter
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
cc @LustigerLurch
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
so if it does for you too then it would narrow down the problem
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
this fixes the problem for me
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
object NoopRequestRateLimiter : RequestRateLimiter {
override suspend fun await(request: Request<*, *>): RequestToken = NoopRequestToken()
}

class NoopRequestToken : RequestToken {
override var completed: Boolean = false

override suspend fun complete(response: RequestResponse) {
completed = true
}
}
object NoopRequestRateLimiter : RequestRateLimiter {
override suspend fun await(request: Request<*, *>): RequestToken = NoopRequestToken()
}

class NoopRequestToken : RequestToken {
override var completed: Boolean = false

override suspend fun complete(response: RequestResponse) {
completed = true
}
}
requestHandler {
KtorRequestHandler(token, NoopRequestRateLimiter)
}
requestHandler {
KtorRequestHandler(token, NoopRequestRateLimiter)
}
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
bit of a necropost but @vyfor can you try using a noop request rate limiter?
55 replies
DFDimensional Fun
Created by viztea on 8/5/2023 in #lavaclient
Project Discussion
or the read me
156 replies
DFDimensional Fun
Created by viztea on 8/5/2023 in #lavaclient
Project Discussion
not really but check the pins of this thread
156 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
DOT_MATCHES_ALL has shit perf
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
38.561442049s
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
lol
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
yeah it might be discord only
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
jesus fuck kotlin/native regex parsing is SLOW
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
it's weird though, some requests go through instantly like that 'Connected to message'
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
No description
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
yeah this is happening to me as well
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
yeah curl moment
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
would need to remove the engine name thingy
55 replies