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
It appears the 'Query' function is not truly thread safe. Because there is only one _reqs structure, having multiple queries in flight at once can get confused (at least I think thats the issue)
Sparked by this: http://sphinxsearch.com/forum/view.html?id=14091
It appears the 'Query' function is not truly thread safe. Because there is only one _reqs structure, having multiple queries in flight at once can get confused (at least I think thats the issue)