Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UDPServer.stop method to close server (#345)
Currently, there's no way to stop the RADIUS server when it was started programmatically without accessing the private UDPServer.server member. So, add a stop method to the UDPServer which gracefully closes the server.
- Loading branch information