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
I was following the issue here eaze/tracing-honeycomb#9, and it seems that some environments are having issues with this library (I myself am not one of these currently). There is a fork of this library that uses async channels (https://github.com/agrinman/libhoney-rust) and this has resolved those issues for some.
Additionally, it just seems like the more cohesive approach would be to use async channels because this library is built on async anyway.
The text was updated successfully, but these errors were encountered:
I was following the issue here eaze/tracing-honeycomb#9, and it seems that some environments are having issues with this library (I myself am not one of these currently). There is a fork of this library that uses async channels (https://github.com/agrinman/libhoney-rust) and this has resolved those issues for some.
Additionally, it just seems like the more cohesive approach would be to use async channels because this library is built on async anyway.
The text was updated successfully, but these errors were encountered: