Skip to content

Commit

Permalink
Remove workaround for ktor
Browse files Browse the repository at this point in the history
  • Loading branch information
schlaubi authored and schlaubi committed Jan 31, 2024
1 parent d528926 commit 6ec8a89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/commonMain/kotlin/builder/kord/KordBuilder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ public abstract class BaseKordBuilder internal constructor(public val token: Str
val rateLimiter = IdentifyRateLimiter(resources.maxConcurrency, defaultDispatcher)
shards.map {
DefaultGateway {
// Workaround for: https://github.com/ktorio/ktor/pull/3950#issuecomment-1909088751
// client = resources.httpClient
client = resources.httpClient
identifyRateLimiter = rateLimiter
}
}
Expand Down

0 comments on commit 6ec8a89

Please sign in to comment.