Forum Discussion
CarlosValcarcel
Staff
1 month agoSo: first things first.
WebSockets are not a built-in capability. That means that there could be a lot of reasons why it is failing,
However, the most common issue is simple mismatch between versions of the plugin and ReadyAPI.
A possibility if you are up for it: clone the plugin’s repo, recompile it against your current ReadyAPI version. The plugin maintainer previously resolved similar incompatibility issues via this method. Not hard, but you have to feel comfortable doing that sort of thing.
Otherwise, maybe downgrading the version of ReadyAPI you are using?
Let me know how it goes!