Closed
Description
Was looking at the code, and it seems WebSocket original exception that happen when mapping the payload to gql message are "swallowed". On client, we just see a generic: Subscription error
. This makes it almost impossible to debug, but also notice issues with messages.
Looking at the code, this seems to happen here:
There should be an option to log an error here, this is an uncaught exception basically.