client-sdk-swift
client-sdk-swift copied to clipboard
Alternative socket implementation
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).