Sebastian Mark smark
  • Galactic Sector ZZ9 Plural Z Alpha
  • Joined on 2017-07-04
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
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 19:39:59 +00:00
18accba19a optimize ping/pong code
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 19:33:31 +00:00
62b6ab81a5 remove duplicate logging
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 19:31:32 +00:00
16736c9410 remove duplicate logging
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 19:27:25 +00:00
ed6902def0 init LastPong
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 19:26:14 +00:00
b1ddcb33e0 init LastPong
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 19:24:29 +00:00
5f8c818118 move pong handler to connection handler
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 19:21:31 +00:00
6f60423c03 add more log output
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 19:19:02 +00:00
409fd741dd move check for unresponsive clients to additional loops
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 19:15:39 +00:00
15f6b0227a try to check for last ping connect
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 19:07:40 +00:00
201e5779e6 add ping query
smark pushed to smark/remove-stale-clients at pomodoro/GoTomato 2024-11-20 18:53:54 +00:00
2d8816f4ba another try to remove vanished clients
smark pushed to main at pomodoro/ChronoTomato 2024-11-20 18:36:57 +00:00
2266b94b7c refactor: update reconnect code for better understanding
smark pushed to main at pomodoro/ChronoTomato 2024-11-20 18:36:18 +00:00
e8656e8b6e fix: improve connection check and reconnect