MegaBits / SIOSocket

Realtime iOS application framework (client) http://socket.io
MIT License
494 stars 80 forks source link

Cannot emit events with NSDictionary. #14

Closed dnasello closed 9 years ago

dnasello commented 9 years ago

When I try to emit an event to my SOCKET IO SERVER 1.1.0 all works well. However, when I try to send data using a NSDictionary as the parameter, it does not work. Does the emit event support objects?