Closed ShyamSanghvi closed 4 years ago
https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/java/MarketPrice.java
this is the link of the method in that class
@ShyamSanghvi What's the exact error you are noticing? Also, if connecting to Refinitiv Data Platform, please use examples in Applications/Examples/EDP/java.
@ShyamSanghvi Are you still experiencing this problem?
Hey thanks for the reply I got the solution . I was able to put th JSon object into thread and then retrieve it . Thanks a ton Thanks for the concern .sir .
On Tue, 21 Apr, 2020, 2:27 AM vlevendel, notifications@github.com wrote:
@ShyamSanghvi https://github.com/ShyamSanghvi Are you still experiencing this problem?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Refinitiv/websocket-api/issues/2#issuecomment-616804764, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMJQNW45JJ44UNYAXTKW3ATRNSZMBANCNFSM4J76F6WA .
Thanks for the update. Closing this issue.
public void onTextMessage(WebSocket websocket, String message) throws JSONException { if(!message.isEmpty()) { System.out.println("RECEIVED:");