-
### Component
provider, pubsub
### What version of Alloy are you on?
_No response_
### Operating System
None
### Describe the bug
Currently the `channel_size` in the `PollerBuilder` defaults to…
-
The current event pipeline uses `std::sync::mpsc`. The initial idea was that senders could enqueue events without blocking each other, to be received at the other end by the collector.
The major prob…
-
I tried this code:
```rust
// procedural macro definition
extern crate proc_macro;
use proc_macro::TokenStream;
use quote::quote;
use syn;
#[proc_macro]
pub fn mdriver(input: TokenSt…
-
**Version**
List the version(s) of `hyper`, and any relevant hyper dependency (such as `h2` if this is related to HTTP/2).
hyper = { version = "1.1.0", features = ["full"] }
hyper-util = { version …
-
-
It would be super nice if actors took care of detaching any streams that are attached to them on stopping. Also it seems currently, you can get a panic if you don't detach the stream after an actor is…
-
I have around 1000 jobs running simultaneously, the default broadcast channel size is 200, this causes the receiver side to receive a `RecvError::Lagged` error, and this causes the scheduler to stop w…
-
# Problem
I was creating a pex file to resolve dependencies while playing around with fawkes (https://github.com/shawn-shan/fawkes), and like most modern ML projects, it contains many large binary …
-
It appears that the Ingest handler always returns HTTP 200 OK, even when there are errors:
https://github.com/dacbd/vercel-log-drain/blob/fafe68bd3c6c4af076cb7dfce41e1407c563d650/src/main.rs#L173-L…
miceg updated
2 months ago
-
Rust version: cargo 1.80.1 (376290515 2024-07-16
error details:
The publish and subscribe rates are slow, reaching a maximum of 20 operations per second.
![image](https://github.com/user-atta…