How to persist a previous websocket connection after wifi/network drop in iOS -
i creating chat application in that,for websocket client i'm using socketrocket library.
i want keep websocket (socket-rocket) connection persist after wifi/newtwork drop without creating new object of websocket new connection.
is there way keep websocket object making old connection alive ?
Comments
Post a Comment