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
This recent change broke the .Clone() path of the user-supplied MessagePackSerializerOptions by creating our own type and instance. This breaks users who were doing essentially the same thing I was trying to do with that recent change: use the Options to store extra data.
But two can't play that game at once. So we need to come up with a new strategy to pass data to ourselves.
This is a regression introduced in v2.6.34.31951 (#505).
The text was updated successfully, but these errors were encountered:
This recent change broke the
.Clone()
path of the user-suppliedMessagePackSerializerOptions
by creating our own type and instance. This breaks users who were doing essentially the same thing I was trying to do with that recent change: use the Options to store extra data.But two can't play that game at once. So we need to come up with a new strategy to pass data to ourselves.
This is a regression introduced in v2.6.34.31951 (#505).
The text was updated successfully, but these errors were encountered: