Hello, potentially a newbie question. You mentioned in the FAQ that this was intended for tracing Subscribers: how would you resolve the case where the buffer is full? Would this involve blocking until it can be sent? AFAIK the Subscriber API is entirely synchronous, so I assume you can't async send. I'm curious because tracing-forest currently uses a Tokio unbounded queue, and I'm curious about alternatives.
Hello, potentially a newbie question. You mentioned in the FAQ that this was intended for tracing
Subscribers: how would you resolve the case where the buffer is full? Would this involve blocking until it can be sent? AFAIK theSubscriberAPI is entirely synchronous, so I assume you can't async send. I'm curious becausetracing-forestcurrently uses a Tokio unbounded queue, and I'm curious about alternatives.