typesense / typesense-go

Go client for Typesense: https://github.com/typesense/typesense
Apache License 2.0
208 stars 55 forks source link

fix: multi-node returns early when request is aborted #180

Closed phiHero closed 1 month ago

phiHero commented 1 month ago

Change Summary

Cancel the loop early to avoid unnecessary iterations and nodes being falsely marked as unhealthy.

PR Checklist