SwiftSocket
SwiftSocket copied to clipboard
Read continuously on some event
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
I am having a similar problem, did you find a solution to this problem?