ivmarkov

Results 697 comments of ivmarkov
trafficstars

Is this still a problem now that `time 0.1.45` had been released?

> I think option A is probably the right call, if users are using IDF versions that are EOL, they need to upgrade. In hindsight, we probably should have had...

The problem with your code boils down to the fact, that the async-fied Rust version of the ESP IDF event loops implements a naive Broadcast channel; as in multple-producers(=the folks...

If you have digested the above... there is **maybe** one more problem which exacerbates the situation. `start`, `set_configuration` and `start_scan` are not async methods. Now, if they or other methods...

Now that I think of it, we *can* implement an opt-in for skipping subscribers (subscribers that start skipping events if not pumped up). This would turn the event loop into...

(UPDATE: Edited the code for extra clarity.) > I checked my problem with receiving from `sub_1` and it blocks as well. Mind sharing how exactly you fixed that? > You...

The reason why the `pio` line was a problem is because - under certain setups - Rust Analyzer does `cargo check --all-features`. Well, `--all features` was a problem on `esp-idf-sys`...

Yes, it is just a structured git repo. If you don't feel like maintaining it, it is OK to stay in my personal org. Adding a reference to it from...

Sounds like a plan - I'll review your additions to the readme.

It will never work with DMA disabled. It is more about shall we give a better info to the user that this is the case.