PinkiePie
PinkiePie4mo ago

Websocket connects even without any subscriptions

Currently, when I add a WS link, it tries to connect to the server right away. How can I prevent this behavior and allow it to connect only if there are any active subscriptions? Unlogged users don't have subscriptions, so they should not connect to WS server
2 Replies
BeBoRE
BeBoRE3mo ago
Enable lazy in the ws client settings
Atul
Atul2mo ago
@PinkiePie did you find a solution to this yet? @BeBoRE the lazy flag does not seem to work 🤔 Never mind, got it working by upgrading to v11.x