[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[Libevent-users] Re: Regarding broken connection when using libevent with redsocks in android M OS



Dear All,

In attempt to fix this problem, we ported the latest libevent beta release (2-1-15, beta release) and with that , this issue is resolved but we are not able to find which exact commit in the latest libevent might be solving this issue

Can anyone here help us identify the commit which may have had this issue fixed.

PS: in stable release version 2-0-22,the issue was seen. So we suspect some commit after that is fixing this issue.

BR,
Vijay

On 7 May 2016 07:34, "vijay mishra" <enggatwork@xxxxxxxxx> wrote:
Hi All.


 I was wondering if anyone here has tried libevent/redsocks combinatin in android latest versions.
We were using redsocks + libevent for data redirection to our proxy in Android L version but since we have moved to android M version we are getting a very strange issue.

 ÂThe problem is that when we install-stop-install-stop in the playstore, the device gets stuck, and NO applications can use data further.

ÂThe reason is that we are not seeing the event generated from libevent for redsocks to read any new client connection once we do that insall-stop-install.


we are using libevent 2-0-22 stable release, but we have seen this issue Âusing previous libevent versions(2-0-21) Âalso.


ÂLooks like some read/write event issue in libevent.

Please help if someone has seen such behaviour in other cases also