Hello,
I have an exception that u can see log at the below.
I upgraded my project's gradle and kotlin version. After that I encountered with this exception after called
"HomeGraphApiServiceGrpc.HomeGraphApiServiceFutureStub" reportStateAndNotification(...) called.
gradlew updated from 6.3-all.zip to 7.4-bin.zip
kotlin version 1.5.10 to 1.7.20
FATAL EXCEPTION: grpc-default-executor-0 Process: com.x.x, PID: 21525 java.lang.AssertionError at io.grpc.internal.DnsNameResolver.getResourceResolver(DnsNameResolver.java:577) at io.grpc.internal.DnsNameResolver.access$800(DnsNameResolver.java:61) at io.grpc.internal.DnsNameResolver$1.run(DnsNameResolver.java:233) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at java.lang.Thread.run(Thread.java:764)
Hello, I have an exception that u can see log at the below.
I upgraded my project's gradle and kotlin version. After that I encountered with this exception after called "HomeGraphApiServiceGrpc.HomeGraphApiServiceFutureStub" reportStateAndNotification(...) called.
gradlew updated from 6.3-all.zip to 7.4-bin.zip kotlin version 1.5.10 to 1.7.20
gradle import:
FATAL EXCEPTION: grpc-default-executor-0 Process: com.x.x, PID: 21525 java.lang.AssertionError at io.grpc.internal.DnsNameResolver.getResourceResolver(DnsNameResolver.java:577) at io.grpc.internal.DnsNameResolver.access$800(DnsNameResolver.java:61) at io.grpc.internal.DnsNameResolver$1.run(DnsNameResolver.java:233) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at java.lang.Thread.run(Thread.java:764)
Thanks for help