From: Jim B. <jim...@py...> - 2016-08-19 15:06:09
|
Darjus, Thanks for taking a look at this. I believe the problem has been surfaced by the upgrade to Netty 4.1, which is giving us more feedback on a resource leak in test_socket. It's not the send fix itself. The solution to any Netty problem is to add another listener :), and joking aside, that should likely be the case here. - Jim On Fri, Aug 19, 2016 at 4:16 AM, Darjus Loktevic <da...@gm...> wrote: > Hey Nick, > > Looks like your socket.send change broke the regregression tests. It seems > that something is leaking/isn't being cleaned up as expected if the address > is still in use. Would appreciate you taking a look at this. > > https://circleci.com/gh/jythontools/jython/tree/master > > Cheers, > Darjus > > ------------------------------------------------------------ > ------------------ > > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev > > |