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
var err error
sess := c.Connection.Session.Clone() // if mongo cluster has a failover, sess socket may be closed, **Should Clone() replace with Copy()** ?
//otherwise I have to call sess.Refresh()
defer sess.Close()