You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
We're using this package to connect to our Compose.io instances but have noticed that it doesn't work with more recent versions of gocql. The gocql commit that introduces the problem is 01f586cc26f23b994055dcca2052ce26f87e27c8.
By doesn't work I mean that the very latest gocql versions don't even connect, returning the error: no connections were made when creating the session. Earlier versions do connect and seem to run ok, except that they hang on session.Close waiting for a mutex to unlock.
The text was updated successfully, but these errors were encountered:
I just created a trial compose account to evaluate their hosted ScyllaDB and I too cannot connect. I'm getting unable to create session: unable to discover protocol version. Does anyone know how to get past this?
We're using this package to connect to our Compose.io instances but have noticed that it doesn't work with more recent versions of gocql. The gocql commit that introduces the problem is 01f586cc26f23b994055dcca2052ce26f87e27c8.
By doesn't work I mean that the very latest gocql versions don't even connect, returning the error:
no connections were made when creating the session
. Earlier versions do connect and seem to run ok, except that they hang on session.Close waiting for a mutex to unlock.The text was updated successfully, but these errors were encountered: