Tlantic / cdv-socket-plugin

Cordova Socket Plugin
GNU General Public License v3.0
51 stars 43 forks source link

Plugin splices the first chunk of data on iOS #46

Open vinnylinck opened 10 years ago

vinnylinck commented 10 years ago

When receiving the data in two or more chunks, the plugin is splicing the first chunk, returning an invalid buffer.

jjacobs commented 9 years ago

Hello Vinny,

When i'm using the plugin on an iOS device I often get ( error SyntaxError: Unexpected EOF ) Is this the bug you are talking about?

Many thanks