From: Huston <hu...@us...> - 2003-06-03 20:21:50
|
On Tue, 2003-06-03 at 12:13, Paul Andrews wrote: > I need a way to close the server sockets created by > TCPSessionCreate.listen(...). There doesn't seem to be any way to do > this at the moment. > > - Paul I hadn't looked at that code, it is in need of some refactoring. Would you mind entering a bug against this on sf? For now I wouldn't use TCPSessionCreator. Instead, create your own ServerSocket and call TCPSession.createListener() for each new connection you accept. Thanks for finding this. --Huston |