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 Apr 22, 2024. It is now read-only.
All the GenericStruct unpacks the whole struct.
Making GenericMessage only unpack the body makes one structure 'protocol' different from the other, for no reason...
PacketIn.unpack() method should be able to unpack the whole message for ex.
I have this ready, and I can make a PR as soon as the changes I've introduced in recent PRs are accepted.
The text was updated successfully, but these errors were encountered:
All the GenericStruct unpacks the whole struct.
Making GenericMessage only unpack the body makes one structure 'protocol' different from the other, for no reason...
PacketIn.unpack() method should be able to unpack the whole message for ex.
I have this ready, and I can make a PR as soon as the changes I've introduced in recent PRs are accepted.
The text was updated successfully, but these errors were encountered: