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

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -