Sebastian Mark smark
  • Galactic Sector ZZ9 Plural Z Alpha
  • Joined on 2017-07-04
smark pushed to main at pomodoro/ChronoTomato 2024-11-21 11:27:45 +00:00
3763e3cce2 refactor: websocket client and closure variable
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-21 08:44:53 +00:00
0b6b680cce reorder staleClients.go
45b18ae7ab move websocket vars and const to vars.go
Compare 2 commits »
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-21 08:34:31 +00:00
0c5a95a0cb reorder staleClients.go
6df3739dd8 move websocket vars and const to main.go
Compare 2 commits »
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-21 08:12:48 +00:00
6100526610 add log message when removing stale client
71427f2879 fix logging
c1f158f42a merge ping and stale check
80ddfe57f4 add timeout consts in new file
e8cc2d1808 refactor: drop SendMessage() and merge into SendPermanentBroadCastMessage()
Compare 5 commits »
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-21 07:57:56 +00:00
0c89ff3224 add log message when removing stale client
83e5d68be5 fix logging
Compare 2 commits »
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-21 07:49:03 +00:00
2d5fa692d3 merge ping and stale check
2e7a4627e7 add timeout consts in new file
4fc03c4180 refactor: drop SendMessage() and merge into SendPermanentBroadCastMessage()
df98628d91 move ping from SendMessage() to RemoveStaleClients()
Compare 4 commits »
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-21 06:54:51 +00:00
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-21 06:38:13 +00:00
bb141bffb8 split ping sending and pong check
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-21 06:35:38 +00:00
1e9b7fbb79 refactor: drop SendMessage() method
ed67e9bc69 move ping/ping from SendMessage() to RemoveStaleClients()
Compare 2 commits »
smark pushed to main at k8s/baseline 2024-11-21 06:10:47 +00:00
30c9a2bf21 chore: update helm release reloader to 1.2.*
smark deleted branch renovate/reloader-1.x from k8s/baseline 2024-11-21 06:10:47 +00:00
smark merged pull request k8s/baseline#181 2024-11-21 06:10:46 +00:00
chore: update helm release reloader to 1.2.*
smark pushed to main at k8s/baseline 2024-11-21 06:10:30 +00:00
bcd7ac7c36 chore: update helm release argo-cd to v7.7.4
smark deleted branch renovate/argo-cd-7.x from k8s/baseline 2024-11-21 06:10:30 +00:00
smark merged pull request k8s/baseline#180 2024-11-21 06:10:28 +00:00
chore: update helm release argo-cd to v7.7.4
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 21:02:14 +00:00
2faa95c162 remove client from list if stale
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 20:52:33 +00:00
a0463ad817 comment updates
0ab0884508 add more Mutex Locks for Clients map
bf9b818940 move stale client check to RemoveStaleClients()
Compare 3 commits »
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 20:26:25 +00:00
f4b1e7c808 add client.IsStale()
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 20:23:20 +00:00
478ff99fdd add newWebsocketClient()
191a90cf8c add client.IsStale()
Compare 2 commits »
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 19:42:12 +00:00
8295208a0b skip client after closing unresponsive client