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
bdfd5c3b84
feat: remove unused client mutex
94b6786c7c
feat: implement asynchronous timer start
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…
Add comments to code and models
Application does not exit on websocket close