Jakub Gongol
Results
1
issues of
Jakub Gongol
**Describe the bug** The issue happens when app tries to initialize subscription with an expired token. `WebSocketConnectionManager.processJsonMessag(websocket, message)` gets as message: `{"type":"connection_error","payload":{"errors":[{"errorType":"Unauthorized","errorCode":401}]}}` which cannot be parsed because **connection_error** does not...
bug