Files
orly/pkg/protocol/ws/client.go
mleku 287af9dc81 fix: replace break with return in error handling for ws client
- 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.
2025-08-18 20:15:38 +01:00

17 KiB