Improvements
- Fixed a WebSocket client callback queue hang by decoupling client callbacks and notifications onto dedicated serial queues
- Added a callback generation guard so stale callbacks are dropped after
clearand connection teardown - Added regression test coverage for
SBDWebSocketClientcallback queue lifecycle