Stream from b4a to IOS

gemasoft

Member
Licensed User
Longtime User
Hi
I'm creating an application using Xcode for IOS. And send a UTF8 stream to my server application in ANDROID.

The problem is when i receive in my b4a application with ut8 hang up the application android.

The log say: outofmemory. I send only 40 bytes.

I have the same application over another android and is ok.

Can you help me?

Thanks

Gabriel Giani
 

gemasoft

Member
Licensed User
Longtime User
The error in log

I have the error java.lang.outofmemoryerror
at anywheresoftware.b4a.randomaccessfile.asyncstreams$ain.run(asyncstreams.java:172)
at java.lang.thread.run(thread.java:856)
 
Upvote 0
Top