ravendb / ravendb-ruby-client

MIT License
4 stars 5 forks source link

RDBC-171: unify execute_* methods #42

Closed dabroz closed 6 years ago

dabroz commented 6 years ago

There is a small issue with HTTPS. I'll fix that tomorrow.

dabroz commented 6 years ago

So this is weird, firstTopologyUpdate consumes the AuthorizationException and supresses it in

   if (initialUrls != null && initialUrls.length > 0) {
                initializeUpdateTopologyTimer();
                return;
            }

I will verify the test itself with the Java client later, for now I've made a simple fix.