I'm currently trying to use GCDAsyncSocket library to connect to a remote host. Remote host socket url is at ":/xxx/xxz".
If I connect with the method
- (BOOL)connectToHost:(NSString *)host onPort:(uint16_t)port error:(NSError **)errPtr;
I can't find a way to specify the path after the IPAddressPort, how can this be done?