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
Self-explanatory. I'm writing some tokio code right now that needs to take ownership of a PublishPacket to send it in a Future. I need to clone the packet before sending, in case I need to resend with DUP set. Should be as simple as adding Clone to the #[derive(...)] fields for each struct, and the VariablePacket enum.
The text was updated successfully, but these errors were encountered:
Self-explanatory. I'm writing some tokio code right now that needs to take ownership of a PublishPacket to send it in a Future. I need to clone the packet before sending, in case I need to resend with DUP set. Should be as simple as adding Clone to the
#[derive(...)]
fields for each struct, and the VariablePacket enum.The text was updated successfully, but these errors were encountered: