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
Packet*Layer code should be moved to a separate package, parser.
Likewise, CommunicationContext and schema-related code should also go in the same package, as parser highly depends on it.
Additionally, DefaultPacketReader/Writer also need to be moved to the same package. In the end, this means that default datamodel handlers should be implemented in peer, but alternatively they could still remain in the DefaultPacketReader.
Ultimately, this should make the parser completely independent of the peer.
The text was updated successfully, but these errors were encountered:
Packet*Layer code should be moved to a separate package, parser.
Likewise, CommunicationContext and schema-related code should also go in the same package, as parser highly depends on it.
Additionally, DefaultPacketReader/Writer also need to be moved to the same package. In the end, this means that default datamodel handlers should be implemented in peer, but alternatively they could still remain in the DefaultPacketReader.
Ultimately, this should make the parser completely independent of the peer.
The text was updated successfully, but these errors were encountered: