Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not auto connection ? #30

Open
3rduncle opened this issue Nov 27, 2017 · 2 comments
Open

can not auto connection ? #30

3rduncle opened this issue Nov 27, 2017 · 2 comments

Comments

@3rduncle
Copy link

No description provided.

@talhaHavadar
Copy link

talhaHavadar commented Nov 28, 2017

It would be better to explain the question a bit. Are you getting an error message or what?

@xian-zx
Copy link

xian-zx commented Jan 17, 2018

about Collection struct, in func (c *Collection) Save(doc Document) error ,i find the codesess := c.Connection.Session.Clone() .
But in func (c *Collection) Find(query interface{}) *ResultSet , don't have the code sess := c.Connection.Session.Clone().
When the connection has been disconnected,use the func Find() will failed.
why don't add the code sess := c.Connection.Session.Clone() ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants