Albert Devesa
Results
2
comments of
Albert Devesa
I was having issues with multiple parameters like: ``` socket.on('publish', function (options, sdp, callback) { ``` Because of the double-wrap all data will go to first parameter. This pull request...
It actually allows it but it was sending all parameters as one object. Here there's a more elegant solution: https://github.com/pkyeck/socket.IO-objc/pull/208