Explorar o código

[Fuchsia] Disable C-ARES resolver

C-ARES does not work on Fuchsia, and is causing DNS solution failures.
We are disabling C-ARES so that we fall back to the native resolver.

Issue: #25446
Aidan Wolter %!s(int64=4) %!d(string=hai) anos
pai
achega
1ead3c0c7b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/grpc/impl/codegen/port_platform.h

+ 1 - 0
include/grpc/impl/codegen/port_platform.h

@@ -366,6 +366,7 @@
 #define GPR_ARCH_32 1
 #endif /* _LP64 */
 #elif defined(__Fuchsia__)
+#define GRPC_ARES 0
 #define GPR_FUCHSIA 1
 #define GPR_ARCH_64 1
 #define GPR_PLATFORM_STRING "fuchsia"