Add serverside PING-command #38

Closed
opened 2026-04-01 13:25:18 +02:00 by lars.winzer · 10 comments
lars.winzer commented 2026-04-01 13:25:18 +02:00 (Migrated from git.scicore.unibas.ch)

Task

Summary

Adds parsers and handlers essential to keeping the connection alive.

Context

CommandParser, Request, CommandHandler

Current Progress

  • PingCommandParser
  • PingRequest
  • PingCommandHandler

Notes

Request

PING

Response

+OK
END

Checklist

  • I outlined checkpoints describing phases of my work related to this task
  • I added relevant labels
  • I linked to other issues or branches that must be completed first
## Task <!--The reccommended type is: Task--> ### Summary Adds parsers and handlers essential to keeping the connection alive. ### Context CommandParser, Request, CommandHandler ### Current Progress - [x] PingCommandParser - [x] PingRequest - [x] PingCommandHandler ### Notes #### Request ``` PING ``` #### Response ``` +OK END ``` ### Checklist - [x] I outlined checkpoints describing phases of my work related to this task - [x] I added relevant labels - [x] I linked to other issues or branches that must be completed first
lars.winzer commented 2026-04-01 13:25:27 +02:00 (Migrated from git.scicore.unibas.ch)

marked this task as related to #37

marked this task as related to #37
lars.winzer commented 2026-04-01 13:25:30 +02:00 (Migrated from git.scicore.unibas.ch)

marked the checklist item I linked to other issues or branches that must be completed first as completed

marked the checklist item **I linked to other issues or branches that must be completed first** as completed
lars.winzer commented 2026-04-02 12:02:53 +02:00 (Migrated from git.scicore.unibas.ch)

assigned to @lars.winzer

assigned to @lars.winzer
lars.winzer commented 2026-04-02 12:03:03 +02:00 (Migrated from git.scicore.unibas.ch)

created branch feat/38-add-serverside-ping-command to address this issue

created branch [`feat/38-add-serverside-ping-command`](/cs108-fs26/Gruppe-13/-/compare/main...feat%2F38-add-serverside-ping-command) to address this issue
lars.winzer commented 2026-04-02 12:15:14 +02:00 (Migrated from git.scicore.unibas.ch)

marked the checklist item PingCommandParser as completed

marked the checklist item **PingCommandParser** as completed
lars.winzer commented 2026-04-02 12:15:16 +02:00 (Migrated from git.scicore.unibas.ch)

marked the checklist item PingRequest as completed

marked the checklist item **PingRequest** as completed
lars.winzer commented 2026-04-02 12:15:17 +02:00 (Migrated from git.scicore.unibas.ch)

marked the checklist item PingCommandHandler as completed

marked the checklist item **PingCommandHandler** as completed
lars.winzer commented 2026-04-02 12:32:54 +02:00 (Migrated from git.scicore.unibas.ch)

mentioned in merge request !72

mentioned in merge request !72
lars.winzer commented 2026-04-02 12:45:56 +02:00 (Migrated from git.scicore.unibas.ch)

mentioned in commit f2df06d21a

mentioned in commit f2df06d21aa6cd47253ed81ce11f51c05deefcbf
lars.winzer (Migrated from git.scicore.unibas.ch) closed this issue 2026-04-02 12:45:57 +02:00
lars.winzer commented 2026-04-02 12:48:31 +02:00 (Migrated from git.scicore.unibas.ch)

added 20m of time spent at 2026-04-02 12:00:00 +0200

added 20m of time spent at 2026-04-02 12:00:00 +0200
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

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