I can understand if it is async. But there is an error in it.
eg. suppose i create an order with quantity 10, then i received an order update in websocket.
then i modify this order and change quantity to 9. this time i receive 2 order update
1st upd…
thanks for responding.
i tried this method previously but it was giving errors. but solved it.
whenever i tried converting it all the list in the user object (eg. bids and offers) were inherently treated as a List. But for User object constructor t…
Yes i do store access token but then when restarted the app which function should i call which returns "User" object.
Only function i know that returns "User" object is the generate session function.