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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.