Sebastian Mark smark
  • Galactic Sector ZZ9 Plural Z Alpha
  • Joined on 2017-07-04
smark pushed to main at pomodoro/ChronoTomato 2024-10-30 08:03:44 +00:00
b06fac60d5 fix: rename model PomodoroClient to GoTomatoClient
b374ee8aff feat: add Password field to PomodoroClient struct
0ca90b50a5 feat: refactor client handling and introduce websocket client type
b943c9d6eb feat: refactor connection handling to use models.Client
Compare 4 commits »
smark released v0.0.5 at pomodoro/GoTomato 2024-10-30 07:12:33 +00:00
smark pushed tag v0.0.5 to pomodoro/GoTomato 2024-10-30 07:12:10 +00:00
smark pushed to main at pomodoro/GoTomato 2024-10-30 07:12:07 +00:00
2d2ea6ff78 feat: bump version to v0.0.5
smark pushed to main at pomodoro/GoTomato 2024-10-30 07:11:28 +00:00
bdfd5c3b84 feat: remove unused client mutex
94b6786c7c feat: implement asynchronous timer start
Compare 2 commits »
smark closed issue pomodoro/GoTomato#11 2024-10-30 07:11:14 +00:00
Is client.Mutex still needed?
smark commented on issue pomodoro/GoTomato#11 2024-10-30 07:11:12 +00:00
Is client.Mutex still needed?

closed by bdfd5c3

smark closed issue pomodoro/GoTomato#9 2024-10-30 06:48:45 +00:00
Make timer.Start() a goroutine
smark commented on issue pomodoro/GoTomato#9 2024-10-30 06:48:42 +00:00
Make timer.Start() a goroutine

closed by 94b6786

smark pushed to main at pomodoro/GoTomato 2024-10-30 06:39:42 +00:00
d0b1260f62 doc: add and improve comments
smark commented on issue pomodoro/GoTomato#3 2024-10-30 06:38:43 +00:00
Add comments to code and models

closed by 83a3a3b

smark closed issue pomodoro/GoTomato#3 2024-10-30 06:38:43 +00:00
Add comments to code and models
smark pushed to main at pomodoro/GoTomato 2024-10-30 06:38:01 +00:00
83a3a3b052 doc: add and improve comments
smark commented on issue pomodoro/GoTomato#11 2024-10-29 22:47:22 +00:00
Is client.Mutex still needed?

Momentan wird die Funktion nur im Broadcast aufgerufen:

		for _, client := range Clients {
			err := client.SendMessage(websocket.TextMessage, jsonMessage)
			if err != nil {
				log.Err…
smark opened issue pomodoro/GoTomato#11 2024-10-29 22:46:45 +00:00
Is client.Mutex still needed?
smark opened issue pomodoro/GoTomato#9 2024-10-29 22:20:42 +00:00
Make timer.Start() a goroutine
smark opened issue pomodoro/ChronoTomato#10 2024-10-29 20:41:16 +00:00
Add comments to code and models
smark commented on issue pomodoro/ChronoTomato#1 2024-10-29 19:22:46 +00:00
Application does not exit on websocket close

fixed by f1071f3

smark closed issue pomodoro/ChronoTomato#1 2024-10-29 19:22:46 +00:00
Application does not exit on websocket close
smark pushed to main at pomodoro/ChronoTomato 2024-10-29 19:22:30 +00:00
f1071f33c6 feat: update keyboard handling to use new library