SwiftSocket icon indicating copy to clipboard operation
SwiftSocket copied to clipboard

Read continuously on some event

Open iOS-Architect opened this issue 7 years ago • 1 comments

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

iOS-Architect avatar Jul 16 '18 19:07 iOS-Architect

I am having a similar problem, did you find a solution to this problem?

JaredTHarden avatar Aug 21 '19 19:08 JaredTHarden