client-sdk-swift icon indicating copy to clipboard operation
client-sdk-swift copied to clipboard

Alternative socket implementation

Open hiroshihorie opened this issue 3 years ago • 0 comments

Use the Network Framework instead of NSURLSession. Network Framework has connectivity detection built-in and appears to be more reliable than our original ConnectivityListener class (which uses NWPathMonitor in a bit hacky way).

hiroshihorie avatar May 14 '22 09:05 hiroshihorie