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
feat(client): blocking LineSenderPool (#53)
Breaking change of an experimental API
The pool now blocks if there are already too many senders in use.
Pooled senders are released implicitly, via the Close call.
feat(client): add LineSenderFromEnv method (#35)
Also improves the docs around HTTP transport
---------
Co-authored-by: Andrey Pechkurov <apechkurov@gmail.com>