-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fixup extension serialization #11
Conversation
76cd64f
to
9244abb
Compare
9244abb
to
dc5946f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general this looks good! (I know I said the same before but...)
Just a couple of small remarks.
57440e6
to
52b944b
Compare
Looks great! Just one minor clippy nit and we're good to go! 🚀 |
This fixes wiktor-k#8, which turned out to be incorrect. The `ExtensionContent` object isn't really standard and pretty unexpected. This also includes a sample implementation of a `struct SessionBind` that will serialize and deserialize correctly. Signed-off-by: Arthur Gautier <[email protected]>
52b944b
to
58024c8
Compare
Ha, I missed this clippy error. Sorry. |
Looks great! Thanks for your time! 🙏 I'll test that tomorrow and if everything works I'll release a new minor release to fix the current broken released state and then... phew... we do the Tokio:) |
This rollback #8, which turned out to be incorrect.
The
ExtensionContent
object isn't really standard and pretty unexpected.This also includes a sample implementation of a
struct SessionBind
that will serialize and deserialize correctly.