How to create thread to listen server through cocoaasyncsocket
in ios app
I am using cocoaasyncSocket
from here: cocoaAsyncSocket
i try sample code and push this code into AppDelegate.h
and AppDelegate.m
but when i am connected, this app don't receive any data send from server.
I want my app auto receive data from server after connected