Files
orly/pkg/protocol
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
..
2025-08-15 15:56:10 -04:00
2025-08-17 09:48:01 +01:00
2025-07-17 13:18:55 +01:00