- pkg/protocol/ws/client.go - Changed `break` to `return` to ensure proper error handling flow in `client.go`. this bug was causing the CPU usage to go very high from fmt.Errorf statements. changed them to errorf.E so they printed and were visible.
- pkg/protocol/ws/client.go - Changed `break` to `return` to ensure proper error handling flow in `client.go`. this bug was causing the CPU usage to go very high from fmt.Errorf statements. changed them to errorf.E so they printed and were visible.