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 working on a trading app in iOS. Using Swift Socket library i can successfully read stocks live feeds using poll response and infinite loop. The issue i m facing is that Stock prices can regularly change in seconds or minutes but socket read event only read data once in a time in single call.
I want to confirm is there any way to read continuously on some event?
Thanks
The text was updated successfully, but these errors were encountered:
Hello!
I am working on a trading app in iOS. Using Swift Socket library i can successfully read stocks live feeds using poll response and infinite loop. The issue i m facing is that Stock prices can regularly change in seconds or minutes but socket read event only read data once in a time in single call.
I want to confirm is there any way to read continuously on some event?
Thanks
The text was updated successfully, but these errors were encountered: