nuclearace / Socket.IO-Client-Swift

socket.io-client for Swift
Other
361 stars 53 forks source link

dequeueInput - allocate region error code 3 #135

Closed Saulenco closed 7 years ago

Saulenco commented 7 years ago

Hi have some trouble with some big data.

We send the image throw sockets in base64 format. And some time we receive this crash. screen shot 2016-11-23 at 15 49 37

is There any way to increase the buffer size to avoid this issue ?

I changed the BUFFER_MAX to 10000000 but no success.

nuclearace commented 7 years ago

No idea, I don't actually maintain the websocket dependency.

Saulenco commented 7 years ago

so the solution that @nuclearace showed is daltoniam/Starscream#289