Closed kvindascr closed 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
Fixed
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