0b6b680cce
reorder
staleClients.go
45b18ae7ab
move websocket vars and const to
vars.go
0c5a95a0cb
reorder
staleClients.go
6df3739dd8
move websocket vars and const to
main.go
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()
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()
1e9b7fbb79
refactor: drop
SendMessage()
method
ed67e9bc69
move ping/ping from SendMessage() to RemoveStaleClients()
chore: update helm release reloader to 1.2.*
chore: update helm release argo-cd to v7.7.4
a0463ad817
comment updates
0ab0884508
add more Mutex Locks for Clients map
bf9b818940
move stale client check to
RemoveStaleClients()