Refactor dispatch method of ResponseDispatcher to be unchecked #223

Merged
lars.winzer merged 5 commits from feat/35-make-dispatch-method-of-responsedispatcher-unchecked into main 2026-04-01 13:04:14 +02:00
lars.winzer commented 2026-04-01 12:56:38 +02:00 (Migrated from git.scicore.unibas.ch)

Refactored dispatch method of ResponseDispatcher to be unchecked and wrap InterruptedException in ResponseDispatchException.

Added ResponseDispatchException to wrap InterruptedException or any future exceptions occuring while dispatching.

Modified SessionReader to catch ResponseDispatchException and log it.

Closes #35

Refactored dispatch method of `ResponseDispatcher` to be unchecked and wrap `InterruptedException` in `ResponseDispatchException`. Added `ResponseDispatchException` to wrap `InterruptedException` or any future exceptions occuring while dispatching. Modified `SessionReader` to catch `ResponseDispatchException` and log it. Closes #35
lars.winzer (Migrated from git.scicore.unibas.ch) merged commit 20e8491cff into main 2026-04-01 13:04:14 +02:00
lars.winzer commented 2026-04-01 13:04:15 +02:00 (Migrated from git.scicore.unibas.ch)

mentioned in commit 20e8491cff

mentioned in commit 20e8491cffbebdb3cd490c78c1f9ebb13db4ce4e
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#223