facebookincubator / SocketRocket

A conforming Objective-C WebSocket client library.
Other
9.56k stars 2.01k forks source link

Change READ.ME from "sendData" & "sendString" to "send" #484

Closed Loag closed 1 year ago

Loag commented 8 years ago

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"

MudassirAsghar22 commented 6 years ago

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];