chris m
chris m
As a suggestion, it's generally easier for someone to help with something like this by referencing a piece of actual code, rather than back out your particular situation from prose....
This has been partially addressed in #75, which now uses `host::GenericStore` trait-based methods for each transport mechanism. There is still some degree of duplicated code, but the fiddlier parts of...
So this looks possible, but the use of traits begins to make the compiler unhappy with some of our state transitions. For example, we ``` no method named `activate` found...
Experiments with this are in the [`unify`](https://github.com/quietlychris/meadow/tree/unify) branch
Currently being managed by using macros with a `State` argument.
Sorry for the delay on this! Based on the commit history, I think the following are the major elements that would have been included in a changelog, but if there's...
We're open to contributions implementing this feature, but as far as I'm aware, not one is currently working on implementing this.