Connection holds fine during handshake, but dies immediately after subscribing to conversations.events. The server sends a close frame with code 1000.
DEBUG: Sending sub request: {"id": "req-1", "type": "subscribe", "data": {"topic": "/v2/notifications/conversations/events", "filters": {"query": "state!=closed"}}}
DEBUG: Received close: {"code": 1000, "reason": "Normal Closure"}
Tried removing the filter, same result. Token is valid for other REST calls. Is the topic path wrong or is there a rate limit on sub requests?