Skip to content

Commit

Permalink
Switch Resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
FloofyPlasma committed May 30, 2024
1 parent c07dceb commit 429320c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Core/Sources/Network/ServerConnection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public class ServerConnection {
let resolver: AsyncDNSResolver

do {
resolver = try AsyncDNSResolver()
resolver = try AsyncDNSResolver(try CAresDNSResolver())
} catch {
throw ServerConnectionError.failedToCreateDNSResolver(error)
}
Expand Down

0 comments on commit 429320c

Please sign in to comment.