I searched the Internet high and low and never got it anywhere. I am trying to connect to a STOMP server in order to access some data channels . I found several Objective-C wrappers , but the documentation does not exist, and the pre ARC code generates enough warnings to make my head explode.
I am new to this area and really appreciate the point in the right direction. Is there any iOS API that will handle this? Or does anyone else know some kind of ARC code that will do the job?
source
share