GoTomato/internal/websocket
Sebastian Mark efc34b57b2 feat: improve broadcast message handling
- rename tick to ticker for clarity
- change infinite loop to range over ticker channel
- add defer statement to stop the ticker properly
- remove unnecessary channel receive operation

🤖
2024-11-21 18:51:09 +01:00
..
broadcast.go feat: improve broadcast message handling 2024-11-21 18:51:09 +01:00
client_commands.go add more Mutex Locks for Clients map 2024-11-21 18:50:00 +01:00
handle_connection.go move websocket vars and const to vars.go 2024-11-21 18:50:00 +01:00
staleClients.go reorder staleClients.go 2024-11-21 18:50:00 +01:00
vars.go move websocket vars and const to vars.go 2024-11-21 18:50:00 +01:00