In READ.ME under API the two methods for sending are "sendData" and "sendString" but in the current pod the only method available is just simply "send"
it shows me error No visible @interface for 'SRWebSocket' declares the selector 'sendString:error:'
when i used [_webSocket sendString:message error:NULL]; or [_webSocket sendData:message error:NULL];
In READ.ME under API the two methods for sending are "sendData" and "sendString" but in the current pod the only method available is just simply "send"