You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/06/25 22:13:34 UTC

DO NOT REPLY [Bug 45279] McastServiceImpl leaks sockets.

https://issues.apache.org/bugzilla/show_bug.cgi?id=45279





--- Comment #1 from Robert Newson <ro...@gmail.com>  2008-06-25 13:13:34 PST ---

btw, since it unreferences the socket without closing it, the next start()
makes a new socket anyway.

I've hacked around this by using reflection to grab the reference to the
multicast socket object before calling stop, then calling stop, then closing
the socket myself.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org