Steve Hayles
Steve Hayles
**Recommendation** I may be wrong in this but it seems impossible to write additional data to an open stream ? Is it required within the spec to create a stream...
The SocketTransport is configured as a 'client' socket with no specific bind and / or listen so although it exists it doesn't appear possible to actually connect to anything. Is...
The dynamic slots functionality behaves differently with regard to the cache depending on previous actions. If the cache contains one or less 'slotCounts' then when "_onItemsAdded" is called in the...
I have been struggling with plugging the library into a third party Actor system and adding a TCP client / server implementation. I am trying to replace the existing gRPC...
Awesome library, I look forward to the re-write in version 0.10. In other actor frameworks it's a frequently used pattern to use an async fire-and-forget pattern. Akka uses 'ask' and...
Hi, After trying other Actor frameworks (of which there are lots within the Rust ecosystem!) I have returned to Fluxion and have two questions. If the project dead ? If...
## Bug description Since the new RMT driver commit [https://github.com/esp-rs/esp-idf-hal/commit/782df6ea9541a6aa897e291e4f04a90ea63db9c4] compilation fails with a 'use of unresolved module or unlinked crate' error in some environments. The code below in `...
## Bug description embassy-time timers (Timer::after()) occasionally never return when using the Embassy time driver provided in esp-idf-svc. This occurs more frequently with short delays (e.g., 50–100 ms) and with...