Menu

#2 Server does not shutdown properly

open
nobody
None
5
2012-05-29
2012-05-29
No

The stopServer() method of DHCPCoreServer needs to include the following:

this.threadPool.shutdownNow();

As noted in bug#2034928 opened by user stanbey, if the DHCPCoreServer were extendable (for example, the constructor was not private), this would have been easy to address without modifiying the original code.

Discussion


Log in to post a comment.