when I subscribe in my angular application i m getting error…
…
“ebSocket connection to ‘ws://localhost:9000/notification/realtime’ failed: One or more reserved bits are on: reserved1 = 1, reserved2 = 0, reserved3 = 0
_WebSocket Connect @ cometd.js:9”
…
Please tell me what actual error is. Currently we are using cockpit version 1011.0.14 and backend 1014.0.213
I think you are hitting a version mismatch here.
Backend is using a field which client does not understand how to process it yet.
I would suggest updating your client to version 1014 and try again.