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
I've been working with the gorethink package locally for awhile and when I went to install the project on my colleagues machine they pulled gorethink for the first time the code then stopped working.
I noticed the godocs had been updated so updated my local version and updated the code but found that I started getting the "no connections were made when creating the session"
It looks like this is an issue caused by the switch to using host discovery by default (due to an issue with the healthchecks when host discovery was disabled).
I will revert the change and come up with a better solution to the previous issue.
I've been working with the gorethink package locally for awhile and when I went to install the project on my colleagues machine they pulled gorethink for the first time the code then stopped working.
I noticed the godocs had been updated so updated my local version and updated the code but found that I started getting the "no connections were made when creating the session"
The code am running is
This is the output I get in terminal
The text was updated successfully, but these errors were encountered: