gemasoft Member Licensed User Longtime User Oct 29, 2012 #1 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
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 Oct 29, 2012 #2 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
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)
Erel B4X founder Staff member Licensed User Longtime User Oct 29, 2012 #3 You cannot use prefix mode unless both sides of the connection adhere to the protocol. Use Initialize instead of InitializePrefix. Upvote 0
You cannot use prefix mode unless both sides of the connection adhere to the protocol. Use Initialize instead of InitializePrefix.