You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am subscribing to all trades and quotes using PolygonWebSocketClient.kt in my attached listener I am receiving Raw Messages with byteArray despite looking at the stack trace seeing the SDK parsing an array of JSON elements that represent a trade or a quote subscribed to, why is my listener getting the raw data message? Do I have to do my own parsing of raw data to get quote and trade message data, I would think that would be done for me. Please advise
This shows the Raw Message my listener is getting
This shows the JSON being parsed in the stack frame below my listener being called.
The text was updated successfully, but these errors were encountered:
I am subscribing to all trades and quotes using PolygonWebSocketClient.kt in my attached listener I am receiving Raw Messages with byteArray despite looking at the stack trace seeing the SDK parsing an array of JSON elements that represent a trade or a quote subscribed to, why is my listener getting the raw data message? Do I have to do my own parsing of raw data to get quote and trade message data, I would think that would be done for me. Please advise
![Screenshot 2024-04-08 at 1 00 43 PM](https://private-user-images.githubusercontent.com/4720321/320603291-36c9dd4f-bc7b-41aa-996c-0cdb91aae6c8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTMzNzYsIm5iZiI6MTczOTU5MzA3NiwicGF0aCI6Ii80NzIwMzIxLzMyMDYwMzI5MS0zNmM5ZGQ0Zi1iYzdiLTQxYWEtOTk2Yy0wY2RiOTFhYWU2YzgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDQxNzU2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NjIyZmVhMjk1OTYxY2YxNmY4NGExNDM0ZjU0YTUwZmUyMTM5YWUzOGFmNzhmNGIyM2E5MzFmN2RhNTI2YjhjOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.T5UFlrL9sDU3-BSi5QZWUdFuMTrfNWbKq22di75hcFU)
![Screenshot 2024-04-08 at 1 01 09 PM](https://private-user-images.githubusercontent.com/4720321/320603552-081791eb-3124-4402-b09c-7db2beea34a9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTMzNzYsIm5iZiI6MTczOTU5MzA3NiwicGF0aCI6Ii80NzIwMzIxLzMyMDYwMzU1Mi0wODE3OTFlYi0zMTI0LTQ0MDItYjA5Yy03ZGIyYmVlYTM0YTkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDQxNzU2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDQ5M2YzNTdmNmRmYjQ1Y2ZiNmZmN2MyZmVkN2NiOGY2Y2IyNGUyYTQyYzliMGU5Nzg0ZDQ4YzI3Zjg3MDE3MiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.YldU-4QAjdOuKzUtJGZj1tOgUXtQnCqY15YzD_dtcEM)
This shows the Raw Message my listener is getting
This shows the JSON being parsed in the stack frame below my listener being called.
The text was updated successfully, but these errors were encountered: