Websockets not sending data
Hi,
I have a websocket route that doesn't seem to be sending any data I added a setInterval to test it but it doesn't seem to be working
Version: 10.0.0-rc.1
1 Reply
Apparently I missed the error "Subscriptions should use wsLink" the fix is to use splitLink function to conditionally handle websocket requests
Hope this helps somebody closing the post now