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
ClientTrace is a set of hooks to run at various stages of an outgoing HTTP request. Any particular hook may be nil. Functions may be called concurrently from different goroutines and some may be called after the request has completed or failed.
To Reproduce
Steps to reproduce the behavior:
When context is canceled nanoseconds after rate limiter allows next request
The text was updated successfully, but these errors were encountered:
Describe the bug
Some edge cases when request context is canceled while request with
httptrace.WithClientTrace
is busy can cause data race,koios-go-client/client.go
Line 195 in 2c4a006
https://pkg.go.dev/net/http/httptrace#ContextClientTrace
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: