triniwiz / nativescript-socketio

Socket.IO for nativescript
Apache License 2.0
71 stars 31 forks source link

IOS: TypeError: this.socket.emitWithAckWithItems #34

Closed kvindascr closed 7 years ago

kvindascr commented 7 years ago

When trying to call emit with a callback, it report back the error.

IOS: TypeError: this.socket.emitWithAckWithItems

After reviewing the POD code seems that the right name is

IOS: TypeError: this.socket.emitWithAckWith

I corrected this on typing for ios on the plugin, but even after correction I started to get.

TypeError: emit is not a function

triniwiz commented 7 years ago

Fixed