Encapsulate read data by transport layer into RawPacket #186

Merged
lars.winzer merged 3 commits from feat/server-transport-rawpacket into main 2026-03-15 15:00:51 +01:00
lars.winzer commented 2026-03-15 14:59:22 +01:00 (Migrated from git.scicore.unibas.ch)

Changed how the transport layer works with incomming and outgoing data.

Instead of a String, a RawPacket is returned, storing both the RequestId and the payload itself.

Changed how the transport layer works with incomming and outgoing data. Instead of a String, a RawPacket is returned, storing both the `RequestId` and the `payload` itself.
lars.winzer (Migrated from git.scicore.unibas.ch) scheduled this pull request to auto merge when all checks succeed 2026-03-15 14:59:28 +01:00
lars.winzer commented 2026-03-15 15:00:51 +01:00 (Migrated from git.scicore.unibas.ch)

mentioned in commit 2d2bdddfa8

mentioned in commit 2d2bdddfa8bd37a8da433843b1076173456bc9e3
lars.winzer (Migrated from git.scicore.unibas.ch) merged commit 2d2bdddfa8 into main 2026-03-15 15:00:51 +01:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: University-of-Basel-Studentprojects/Programmierprojekt#186