Encapsulate read data by transport layer into RawPacket #186
Reference in New Issue
Block a user
Delete Branch "feat/server-transport-rawpacket"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changed how the transport layer works with incomming and outgoing data.
Instead of a String, a RawPacket is returned, storing both the
RequestIdand thepayloaditself.mentioned in commit
2d2bdddfa8