We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
763082f
updates socket.io client to v0.2.2
ca8a1cd
Addresses #21 by allowing for any valid character in event names. Ensures thread safety on the socket.
fff5257
Restructures -[on:event:] and -[emit:args:] to use an array-based argument structure. Adds support for sending NSData objects as Blobs. Addresses:
-[on:event:]
-[emit:args:]
NSData
Blob
37ea58e
Update to Socket.IO 1.1.0
b331c55
Replaced occurrences of do in method names. Updating the podspec to be valid to push to Cocoapods Trunk. Adding close (socket) method.