I have a video app (client a) that streams and receives audio via flash media server. It also does constant server side polling to maintain an engagement via an adobe air desktop app (client b) which does the same. The problem I'm having is that: - 90% of the times when client b ends the engagement the app in client a force closes. - 5% I have seen the app force close from when client a ends the engagement. - works fine in gingerbread. Doesn't in honeycomb+
Debug doesn't throw anything, logcat throws an error that consumer closed the input... I have isolated the problem to my flash media server class, however I am not doing anything different than any other connection class.
Has anyone ever experienced this issue? Like I said itworks fine in gingerbread... Any pointers would be great.been banging my head against the wall for 2 weeks now and counting