- update logging to use ws.RemoteAddr() 🤖
- change Clients map to use net.Addr as the key type - update `HandleConnection()` to store clients using LocalAddr - modify `handleClientCommands()` to delete clients by LocalAddr 🤖