Hi team,
I created a free Massive account to test the websocket example in examples/websocket/ws-library-advanced.js.
After inserting my API key and running the example, I receive this message:
Status Update: Connected Successfully
Status Update: Your plan doesn't include websocket access. Visit https://massive.com/pricing to upgrade.
This means I cannot connect to the websocket at all. Since the official example for the JS client includes websocket usage, I’m trying to understand:
- Is there any way to test websocket functionality on the free plan?
- If not, is there an alternative example or sandbox environment where developers can evaluate websocket features before upgrading?
- Or should the documentation clarify that websocket examples require a paid plan?
Steps to reproduce:
- Create a free Massive account
- Generate an API key
- Run
ws-library-advanced.js with that key
- Observe the “plan doesn’t include websocket access” message
Expected behavior:
Ability to test websocket functionality or guidance on how to evaluate it without upgrading.
Actual behavior:
Connection is rejected due to plan limitations.
Thanks in advance for any clarification.
Hi team,
I created a free Massive account to test the websocket example in
examples/websocket/ws-library-advanced.js.After inserting my API key and running the example, I receive this message:
Status Update: Connected SuccessfullyStatus Update: Your plan doesn't include websocket access. Visit https://massive.com/pricing to upgrade.This means I cannot connect to the websocket at all. Since the official example for the JS client includes websocket usage, I’m trying to understand:
Steps to reproduce:
ws-library-advanced.jswith that keyExpected behavior:
Ability to test websocket functionality or guidance on how to evaluate it without upgrading.
Actual behavior:
Connection is rejected due to plan limitations.
Thanks in advance for any clarification.