mattbaird / elastigo

A Go (golang) based Elasticsearch client library.
Apache License 2.0
943 stars 241 forks source link

Fix PendingDocuments function datarace #260

Closed mazing80 closed 8 years ago

mazing80 commented 8 years ago

When using PendingDocuments(), sometimes occurred data race issue. So I have fixed that.