Android Question Async Streams - Optimisation

pauleffect

Member
Licensed User
Longtime User
Hello guys. Probably "hello again" to some of you.

I just wanted to ask you a quick question. I took Erel's example on async streams.

Two days - three days ago, when i sent touch events on a panel to my pc then created output file through b4j, sometimes i would get as much as 1 minute of lag. (text kept coming even after 1 minute after action_up event)

Now, it's almost instantaneous. Is it something in particular that can affect the speed of the stream?

Also, if any of you could give any tips to improve the speed/reliability of the connection, that would be greatly apreciated.

PS: i don't use wifi to download anything or stuff.
PPS: the debuggers were off.

keywords: async, stream, optimisation, wifi, network, speed
 
Top