Hi, i am trying to convert to streaming. At the moment when i request markets(not streaming), i split the reply into my view models. All good. I an assuming that, with the sample code i subscribe to the market change event, which i have done. Now, what to do with the string, do I split and put this into my view models or is there another(better) way to this, as it is streaming. At the moment im trying the view model route. The reason I ask is that it feels like double handling. Ive got the the string which the esaclient has checked and proccesed, seems strange to then work on the string again. Im using vs2019 wpf c# Regards Robert.
c# sample code
Collapse
X


Comment