You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
I do expect this to work as well with the latest encoding change. I would try to make this test work with the spdy package since that will hit the encoder. The in mem should not be a problem since it is only passing along a reference.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems when using anonymous embedded structs, field values are not transmitted. For example, given the following types:
If
A
is sent on a channel, values for the anonymously embeddedB
struct are not sent.The text was updated successfully, but these errors were encountered: