I tried sdk 1.05. It did not change the result. (logs are attached).
Also tried using waitUntilReady(30 seconds) and got unexpected results. If I used it right after declaring Cluster.connect(…).get, the app would freeze forever. If I used it before I used it for the first time in the app, it seemed like it did not wait at all. Instead, I used wait(30000) to see what happens, that suspended the thread for 30 seconds, but did not help.
I recall you told me (sdk 1.0.0) that a similar warning (w/o the stacktrace) should be harmless & ignorable. Is this still the same case?
Thanks!
UnambiguousTimeoutException.zip (5.0 KB)