-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Adapt changes to upstream embassy-net #35
base: master
Are you sure you want to change the base?
Conversation
Yes - thank you! I think we should wait for this PR to get merged as well, as it will bring even more changes to Given that the upstream PR that switches |
Also - you need to run |
Thank you for taking care of this. I believe we should also wait for embassy-rs/embassy#3368 as it allows implementing proper |
Understood, thanks for letting me know! |
Both PRs have been merged, so feel free to continue this PR with the needed changes. Smoltcp and embassy-net haven't had a release yet, at the time of writing this, but we can get by with using patches, I believe. |
Nice to hear that, I will update this PR hopefully in a day or two. |
8a3a87b
to
41dfeac
Compare
Hi @AnthonyGrondin , It is not clear to me how to implement For example, for Maybe we should add I'd appreciate it if you could give some suggestions. |
I'm not sure if it's a hard requirement to implement As long as it's implemented for @ivmarkov Can comment more on that. |
Yes (updated), this is an omission. |
And btw same for the UDP socket splits. |
It seems that we don't have a |
Yes, but regardless of that having |
@showier-drastic this PR just got merged, so if you would like to resume your work here, I think all obstacles should hopefully be cleared by now. :) Thanks to @AnthonyGrondin |
Nice to hear, I will work on it tomorrow. BTW, I want to know when should this PR supposedly be merged? when next embassy-net is released? |
We can branch the repo and merge it earlier. |
Commit embassy-rs/embassy@be0d977 made a rather large change to lifetime/generics semantics to embassy-net. Update edge-nal-embassy to adapt to it.
Tested to compile, but not tested to run yet.