Open anki247 opened 8 years ago
is it not possible to emit an Array?
Code looks like: socket.emit('foo', {array: [1,2]})
socket.emit('foo', {array: [1,2]})
You can have a look at my pull request https://github.com/gcrabtree/react-native-socketio/pull/17 and add a method for a ReadableArray on Android.
is it not possible to emit an Array?
Code looks like:
socket.emit('foo', {array: [1,2]})